Q1: [H]ow to fix the error?
Stop calling the do_settings() function in this line. It is not a WordPress function and it is apparently not a function that you have defined. Perhaps you meant to use one of these functions.
<?php do_settings( 'mhomepage_option_group' ); ?>
Q2: [W]hat is the correct file name in
<form method="post" action="options.php">?
options.php
Related Posts:
- Plugin Breaking WordPress Login
- What are the differences between WPINC and ABSPATH?
- Making plugin unique to not conflict with plugins with the same name
- How to find out if option exists but is empty?
- How to pass JavaScript variable to PHP in wordpress widget?
- Unable to add admin notice on plugin activation
- How To Ignore a Filter On Applying Filter the Content In a Function
- WordPress plugin installation error
- Add CSS animation as Preloader to WordPress
- Errors while using ajax from external wordpress page
- shortcode doesn’t work
- send_headers don’t work on wordpress multisite
- Scope for PHP Variables Assigned in functions.php or a plugin
- Where should I save an API key of my user when installing my plugin?
- Custom form action to handle data inside a plugin
- How to periodically scrape and cache strings from remote txt files. – My First Plugin
- WP Post Template – Templates in own folder
- Avoid class name collision when using third party libraries in plugins?
- wordpress plugin is not activating from widget
- Using a custom plugin to capture input data via Ajax and PHP
- Creating a custom post type, adding custom meta fields, preventing all future editability of posts of this type
- How to fetch products with the price in a page on woocommerce using a form or live search with php
- Image upload and download from front-end
- Creating a Callback URL for WordPress Woocommerce to update Order Status
- Ajax call returning 0
- How to replace WordPress Media Upload Window with user’s device window?
- Conditional attributes and logic per product category
- Redirect to another page using contact form 7? [closed]
- Create a plugin from within WordPress
- Class variables not correct on page
- Why is one phpunit test throwing an error on one class when all other classes are similar without error?
- Activate my plugins via FTP
- Duplicate results are displayed in a custom plugin [closed]
- Why is my custom post type not being activated on plug-in activation?
- How to add apply_filter for a class property in plugin
- How to redirect to same page after form submission
- A server-side hook failed when committing plugin code to SVN
- Content-Security-Policy Headers are there and showing the correct settings, but still getting a refused connection
- How do I add $_SESSION[”] to my wordpress page?
- I receive taxonomy id
- output html on post or page from custom plugin [closed]
- Loop in elementor custom widget not working
- Built a second plugin but it overwrote the first one
- Creating a functionality plugin to edit seriously simple podcasting
- Error with get_price (and others) in self-written plugin to show price
- Asynchronous request in wordpress
- How to delete all categories programatically?
- How to use custom Javascript code inside a plugin?
- Make plugin php file called directly aware of WordPress?
- Way to send multiple values for column to MySQL?
- Using meta_query in a WP_Query not working for numbers properly
- Next Previous Post in wordpress with previous / next link with title?
- Different registration form for different roles
- Apply html elements in php statement
- WordPress Post HTML after Posting
- Settings options not showing up on Sub Menu page in WordPress plugin
- Conditional delete metadata does not works
- Replace old theme that understand old css (vcex_icon_box css_animation)
- How can we get this dynamically as this folder may not be by the same name always → wp-admin
- Fatal error “Call to undefined function is_plugin_active” each time the plugin is activated
- The Build menu theme is frozen with the wordpress theme
- Custom Plugin: How to Include Install Buttons of other 3rd Party Plugins?
- How can I translate something in my class constructor of my plugin in WordPress?
- Define global variable in theme file and call that variable in plugin file
- Why is my shortcode not working?
- Rename a folder via HTML POST request
- How to translate to spanish wordpress hardcoded content/files?
- Getting Fatal error: Uncaught Error: Call to undefined function plugin_dir_path() when linking to another file within my wordpress plugin
- working code, not working – Plugin Dev
- SimpleXML is not working with xml response from external api
- WordPress plugin blog creation
- Multiple image selection custom widget
- implement checkbox or toggle switch in plugin code
- Prefix WordPress Taxonomy Tags With Hashtag Symbol Like Twitter
- Change Woo Custom Endpoint Titles from a Plugin
- Create a form and have custom menu display based on user answers?
- submit form data to wordpress existing database table using my plugin
- register_activation_hook doesn’t fire at all
- My ajax request don´t work and return 0
- Problem with conditional woocommerce custom checkout field
- Populate select option with JSON file
- How can I insert a record into a custom table from my custom form in my custom admin page?
- How to get site homepage from plugin?
- Can anyone tell me why I can’t edit a plugin when it is installed without having to re-install?
- Unable to show 4 products in a row
- What is the source outline for a basic word press plugin?
- Submit posts in two different post types with the same form
- wordpress select multiple options and illegal string offset ‘timeslot’ [closed]
- how to search through plugin in wordpress cimy-user-extra-fields?
- WP Elementor Pro causing crtical failure on website
- Function not being called on form submit, only blank admin-post.php page
- How can I save the selected page in the dropdown after anyone clicks on Save Changes?
- How can I save the selected page in the dropdown after anyone clicks on Save Changes?
- WordPress Throwing Deprecated Errors on its own Files
- plugin doesn’t retrieve data from database
- REST API – filters not working inside plugin class
- WordPress site server getting blocked due to resource abuse
- Woocommerce attatch files and custom input meta to cart items and then to order
- Remove H1 title in admin post edit screen
- Call to undefined function create_function() – PHP 8.2