Ethics question: what qualifies as a fork? [closed]
Related Posts:
- What is the difference between $post_id and get_the_ID()?
- Where to store plugin settings fields
- How can I add columns to the post edit listing to show my custom post data?
- What’s the best method for emptying an option created with the Settings API?
- template_include (overriding default plugin templates via current theme)
- Custom frontend page for plugin without a ‘physical’ page?
- What is nonce and how to use it with Ajax in WordPress? [duplicate]
- Update exisiting site to 3.5 release candidate
- Why does do_action pass a blank string as the first parameter if no $arg is set?
- Using AJAX in a plugin to submit form – REALLY confused
- Plugin Architecture/Design Pattern – is better to use a private Observer/Mediator Pattern for plugin subclasses or WP add_action?
- Having Problem On Getting WP Post Gallery Images URL
- Post added via wp_insert_post with category doesn’t show in category listing
- How to add more than 1 user role to sub-menu pages
- How to get shortcode to work inside a foreach loop called within a shortcode?
- How to properly use a hook to create template for custom product type in a plugin such as Woocommerce? [closed]
- How to bundle a plugin with a theme, or vice versa
- WordPress Media mime type filter problem 4.0
- Using a front controller in a WordPress plugin, any suggestions?
- How do I determine if a category exists by ID?
- Use theme constants in plugin?
- How to load the plugin only when logged in?
- Self-hosted plugin update problems
- How to avoid creating first submenu page that is same as menu page?
- How can I display an error message after post has been saved?
- What method to use to call a REST API?
- Hook into theme-switching later than `setup_theme`
- Save image as featured image
- Best choice of options/settings framework for plugin/theme development
- wp_count_posts on all post types?
- WP REST API V2 – Add user data to response
- How to update an existing table while updating plugin?
- Some strings from a .mo file do not load
- Add a row on clicking each post featured image
- Include content of file into plugin (ob_start();;include;ob_get_clean()) without
- How can I gracefully escape an error condition?
- Is it possible to change a term slug before being saved to the database?
- How To Change Logout Screen Title
- onclick post title in admin area javascript file not working
- How can I edit commit messages in my wp-hosted plugin repo?
- How to integrate CLEditor to comment system?
- Adding dropdown list to tutor lms registration form
- Filtering SelectControl items according the input from another SelectControl in Gutenberg Block (ES5, no JSX)
- Admin – Handle data before creating or updating a post, page or custom post
- How to Bind one post object Type with other postobject Type in Advanced Custom field [closed]
- wp_redirect on base wp-admin and login
- As a plugin developer, how do I remove a plugin from the global plugin directory? [duplicate]
- Creating custom input fields on the admin side
- What to hook into to check a value before a post is published?
- How do I access the menus produced by Dashboard > Appearance > Menus
- Determining URIs for plugin pages
- Filter Categories widget to allow custom sorting?
- How to add a gradient component to a custom block
- Can’t get AJAX call working in custom plugin
- How leave selected checkboxes marked after they are selected and saved in the database
- Custom Rest Endpoint: Post/Put/Patch not working
- How to allow only two (or more) users access to a plugin
- Custom avatars in wordpress comments?
- Admin Subpages without Menu entry
- How to create custom dynamic url
- Plugin Development – Get Admin Url (Including cases where wp-admin is not used)
- Any way to update_post_meta with html content? It gets stripped and becomes empty
- How to get the number of pages when paginating comments?
- Add code to template dynamically
- Getting posts by taxonomy
- How Can I Add Code To A Preexisting Function Without Editing it
- can members have multiple registration using the same password?
- Exclude Woocommerce Product Category From Sitemap
- WordPress (pagenow link) in ajaxurl change after i change plugin language
- Creating posts with links from a txt file
- How to show only the last two categories in a menu?
- Get API auth_token token to renew weekly
- escape html in jQuery for WordPress
- Detect if requested page is PWA on server side
- Redirection from a specific page for users logged in but not with membership
- User meta query using Wildcard
- use a (Polymer) web component within a plugin (or theme)?
- how to add security questions on wp-registration page and validate it
- Allow user to add the php code in wp_mail()
- Hiding WordPress REST endpoints from public viewing using Basic Authentication
- Plugin setting page – update_option problem
- Customize WordPress Admin Menu
- WordPress Plugin Update Process
- Dedicated server and WPDB Class : huge slow-down of the website
- Add Button to TinyMCE Custom Menu
- How should I use wpdb class to submit a form in admin dashboard?
- Rewriting URLs with a query string
- Registration form Plugin… Email confirmation
- Forcing ALL plugin Admin menus into a separate menu
- Looking for Hook that is fired after a plugin or wp upgrade is installed/updated
- How to display posts list on my plugin page?
- Woocommerce: block user removing cart item
- Can’t add images in wordpress to my page – button isn’t clickable
- WordPress pre-build slider
- Gutenberg and custom blocks messed up pagespeed score. What did I wrong?
- Gutenberg text field validation
- get the queried_object of an url
- Advanced Custom Fields conflicting with custom plugin when saving custom field
- How to get recent one post from each category on home page?
- WordPress plugin boilerplate AJAX functionality