plugin-development
Notify Admins about Plugin Merge
I have two similar plugins that I am merging into one new plugin, in order to make the plugin more efficeient, and to reduce development time when new features are added. The plugins have similar purposes. Both use shortcodes to display content (media or posts) on a page. The plugins are especially useful on a multisite, as they gather content from some or all of the sub-sites.
a href adds default URL with the given echo URL
I am a little stuck in one situation. I am removing some errors from my site and got one unexpected error
here below is my code:-
ACF Field value in wordpress login message filter
I am trying to add a custom message after the WordPress logo on the WordPress login form, I am using the ACF field on the home page to echo the value on the WordPress login page, I have mentioned the code, any help?
How do you render_callback for register_block_type to a method in another class?
I’m writing a new plugin, and one of the things it does is create a new dynamic block. I generally write my plugins based off of WPPB, which does things in an object-oriented way, and semantically separates admin functionality from public functionality.
Trying to use a variable to set image width
I am writing a WordPress plugin that will display a devotional image. One of the options I would like to include is image width. I am trying to wrap the image and some text in a div so I can style it and let the user chose some different styling options. However, just trying to set the div width using the variable is not working. It says there is a syntax error.
call funcution when clicking submit
I’ve built a WordPress plugin, this plugin has a form in front-end using a shortcode
I need the submit button to do two things, first to send the entries to the database which I did it successfully. The second thing is to build a URL from entries and run it
How do you make a list and list item relation if custom post types?
I am trying to develop a plugin to manage and display lists, similar to a to-do-list. Different users have access to different lists and items. I started by making a custom post type for the list items. And now I am working on a custom post type representing the lists.
Register custom_post_type from static function
I am just starting with wordpress plugin development. I want register a new post type when the plugin is activated. But When I activate my plugin nothing happens, no new menu created in the WordPress Desktop, no errors in apache ‘error.log’ file.
custom post type and user post count shortcode
Hello i m a newbie in php and WordPress development.