Skip to content
#

wordpress-development

wordpress logo

WordPress is a popular content management system, used for websites and blogs. WordPress is written in PHP and MySQL and is designed to be flexible and user-friendly.

Here are 1,509 public repositories matching this topic...

air-light

WordPress starter theme - designed to be minimal, ultra-lightweight (< 20 kB) and easy for all kinds of WordPress projects. 7+years/1000+hours of development and still updating daily! We prefer the original WordPress way of doing things so no strange templating languages or frameworks here.

  • Updated Apr 29, 2022
  • CSS
BrianHenryIE
BrianHenryIE commented Aug 25, 2021

Action Scheduler documentation is telling me to hook to WordPress's init to use its functions.

If I do this and then disable Action Scheduler plugin, there will be errors when I call the missing functions.

For now I'll use

if( ! function_exists( 'as_next_scheduled_action' ) ) {
    return;
}

but a neater way would be for Action Schedu

type: enhancement priority: low good first issue
primozw
primozw commented Jan 31, 2020

Hi! First, thanks for the great framework. I would just like to ask you for a little help. I'm having trouble with configurations of the framework. I have defined the entry points in wpackio.project.js and use the wpackio/enqueue object to include all the assets in php file. When I run build script, the assets are bundle successfully inside dist folder and the wpackio/enqueue give me the right pat

co-cart
seb86
seb86 commented Aug 18, 2020

Eventually the use of NAMESPACES could help with a number of things including packaging the plugin much easier into CoCart Pro and speed for those using PHP 8+

The solution I'd like

Include namespaces on all PHP files that are using a class system. This does not include global functions or template files, just class files.

Example

namespace CoCart\CoCartLite\RestAPI;
`

Created by Matt Mullenweg, Mike Little

Released May 27, 2003

Organization
WordPress
Website
wordpress.org
Wikipedia
Wikipedia