Saw this one tweeted, has several WP-related projects/plugins in it already.
Related Posts:
- Where to store PHP files created by plugin / themes
- How to debug a plugin with Xdebug?
- WordPress 4.5 deprecated get_currentuserinfo()
- Admin config screen without menu
- Is there widely accepted phpDoc syntax for documenting which hook calls a function?
- Make Categories and Tags required in admin
- Getting wrong relationship value in $args in wp_Query?
- How to extend LINK TO functionality in ATTACHMENT DISPLAY SETTINGS
- How do I Make a Theme “plugin-ready”?
- What is the added “complexity” of custom tables?
- How to iterate through custom posts and add the title to an array
- How to Structure a New Role/Capability Scheme?
- How to create Image gallery Metabox in wordpress [closed]
- Is it possible to create an action hook using do_action() within add_action()?
- Custom user profile, registration, login page with theme
- Plugin Sidebar is not Saving Meta Attribute to Post/Page after “Update”
- Why does preg_replace_callback never fire in this function?
- WordPress 2.8 Widget API is suitable for Worpress 3.1.4 plugins development?
- Need specific kind of “Poll Voting” for WordPress [closed]
- Install widget on plugin activation
- Call to undefined function get_blog_option()
- Unable to get content from $post on first publish
- Plugin admin page meta_box toggle and order state not saving
- Best Practices for Creating and Handling Forms with Plugins?
- Is there a better way to implement responsive images than what WordPress uses by default?
- Gutenberg: useDispatch is not a function – @wordpress/data included
- How to get orders with used coupon in WooCommerce
- Generate dynamic page through data from another page
- Does WordPress’s HTTP API use any caching?
- query users by role
- Why not to include reference to /wp-admin/admin.php in Plugin
- call_user_func_array() expects parameter 1 to be a valid callback, array must have exactly two members
- How to Create Custom HTML Tag on Editor in `Text(HTML)` mode
- null callback in add_settings_section
- Comments do not respect display_name setting, how to make plugin to overcome this
- Is there a Filter that I can use to filter the tags before they are inserted in to the database?
- How can I pass get_the_author_meta(‘user_email’) through the REST API?
- get post attachment using ajax
- How to stop activation addon if the main plugin is not activated
- How would you compose a complex plugin with lots of routes and functions? [closed]
- How to enqueue or include json file to a plugin
- Search and Filter
- Show error, when selecting image in WordPress media uploader if params mismatch
- Trying to code a simple plugin, infinite loop?
- How to exit a plugin’s execution mid-stream?
- Issue with contextual help overwriting existing content
- Redeclaring a plugin function within a class
- Using a custom shortcode from within the template of a shortcode plugin
- What plugin development paradigm differences have occurred between version 3.5 and now?
- enqueue script/style plungin development
- Trying to get class to instantiate ONCE (or, “why do I keep punching myself in the head?”)
- Error: Call to a member function get_error_code() on a non-object
- How to Add a Custom Size for Thumbnails for WP – Gallery
- WordPress: How to rename the main php plugin base file?
- Filter for admin (back end) ‘reply to’ comment
- How to get custom post_author?
- Will I get an error if I try unscheduling a WP Cron scheduled task that wasn’t scheduled?
- Conditional Generation of Image Sizes using add_image_size
- Plugins and caching
- Display time difference (6 hours ago) in a Soliloquy caption
- Empty Array is Giving Warning for array_merge()
- Is there any way to hide page from dashboard (all pages list) OR navbar from plugin function?
- WordPress database error: [Query was empty] – using $wpdb->prepare()
- Is it possible to have instead mypage.com/?page_id=81 to have mypage.com/cool/?
- wp.media Uncaught TypeError: Cannot read properties of undefined (reading ‘state’)
- Showing results from json-string in WordPress search results page
- Pass custom props to
- Translations only load from `wp-content/languages/plugins` but not from the plugin’s languages folder
- GET request return value as error instead of success
- How to update global variables in plugin activation callback?
- Make visible page only in the trash
- Reading plugin settings in esnext wordpress block
- Plugin frontend page design irrespective of the theme used
- How to include a page template and template part into my plugin
- WP_Fatal_Error_Handler OR WP_Error OR try/catch
- Why does do_action pass a blank string as the first parameter if no $arg is set?
- Multiple instances of $opt_name in redux framework
- The Events Calendar featured image as body background?
- Pass javascript result to shortcode executer function
- How to store in the database directly the translation?
- How to affect front page by plugin
- What is the “best” way to update a theme via a plugin?
- Is there a an option to modify the post content directly on the browser instead of having it reflected on browser by modifying in the database?
- Custom theme and plugin updating
- What method should I use to store my plugin data (multi level menus with options on each item)
- problem with blank page
- Error on using __FILE__ for add_menu_page() Function
- Getting error of unexpected output during activation
- Use custom clean URLs for a plug in
- Cannot echo a JS variable to a jQuery plugin coming from wp_localize_script
- Projectmanager Internal Link Code Location
- Select options not reloading after form submit
- first_name property missing inside register_user action hook
- Plugin SVN folder structure
- How do I use (or mimic) document.getElementById() on a page loaded from WordPress database?
- how many rupee or dollar charge to client to make theme [closed]
- How will i add an option under customizer the event calendar section?
- Return custom product in ajax call loop
- Is it possible to add Custom Dashboard Widgets to Custom Admin Menu Page?
- Is using upgrader_process_complete the correct way to perform plugin updates?