it’s a little difficult to debug something when no errors are being displayed. i’d first check your php error logs, which normally appear in ….\logs\php_error.log or ….\logs\apache_erroe.log depending on your php.ini settings.
chances of getting an immediate answer to your question will be difficult unless you can provide the actual error that’s popping up.
Related Posts:
- Dynamic content in a widget
- Add custom element ID depending where the widget place is, sidebar or footer
- Add a class to a dynamic sidebar’s wrapper
- Remove sidebar on single page using plugin API
- Minimum Widget Width for Plugin Development
- How to show multiple instances of the WP125 Widget?
- wp_register_sidebar_widget in loop within a plugin?
- How to include jQuery and JavaScript files correctly?
- $_POST form request with admin-post
- How can I configure Docker for developing and deploying a custom theme?
- How do I log plugin (cron) actions?
- How can I run AJAX on a button click event?
- Completely remove WP_Admin_Bar for specific user roles
- What is the difference between using global $current_screen and get_current_screen()?
- Adding pre-publish checks with Gutenberg
- How Do I Make WordPress Run an Event Every Day?
- How can I change the frequency of a scheduled event?
- How to filter $post->post_content prior to save
- How to get data from WordPress $wpdb into React Gutenberg Blocks Frontend?
- How to check if certain plugin exists and in expected version
- Customizer Not Saving Options
- How to add SQL file with PHP to WordPress database [closed]
- array_map() for sanitizing $_POST
- Is there a faster way than wp_insert_post to add content to a blog
- How to include external library in wordpress plugin
- Delete a specific item menu when I deactivate my plugin
- Platform/Website that Supports Crowd-Funded WordPress Projects? [closed]
- Get user id for delete and update selected user
- How can I call template partials inside my custom plugin
- Decrease RSS cache time in plugin?
- Add version query tag to all images
- Creating table with plugin is not working
- How to store a medium amount of options?
- Get the post id as early as possible
- How to delete an user including data from custom database tables
- Custom plugin changes not showing
- My plugin class doesn’t work! [closed]
- Beginner advice
- add_action not calling back to function
- Woocommerce checkout update totals with datepicker
- How To Prevent Certain Folder To Be Overwritten During Plugin Update?
- Multiple options pages validation for a plugin
- rewrite URL based on selected taxonomy for post page
- Woocommerce – Convert Delivery method into a custom field
- Prefixing plugin hooks (actions/filters) with a wrapper class or functions
- get_option() not returning expected value from plugin
- Woocommerce Composite Products – Add a composite product to cart programmatically via ajax [closed]
- Testing Rewrite Rules with PHPUnit
- Add a page in admin without adding menu item
- Including third party libraries in plugin [closed]
- Possible to get all posts with my shortcode?
- Avoid updating post when sending POST or GET request to post.php
- What action hook can I use to add a JavaScript to a page post using a theme template that is not including get_header() nor get_footer()?
- should i be checking for jquery before enqueing it in a plugin
- WordPress Specified file failed upload test
- WordPress theme options Menu
- Add information to HTTP Header in WordPress Plugin
- Catching Gutenberg sidebar switch event
- Can’t retrieve body params from PUT endpoint using formdata
- enabling Twig as Template Engine withing own plugin [closed]
- Converting data-name editor plugin to Gutenberg plugin
- Set _regular_price 0 if empty in woocommerce product
- Can I Hook Into the TinyMCE Insert/Edit Link Button to Use Shortlink For Post?
- Ajax function is not working on WordPress
- Best way to ping for the API changes in the wordpress?
- Writing editor content to a file
- $wpdb in php 5.5
- how to display a string in admin_notices hook from a class plugin
- Create an user on external database
- Form submission to another page returning 404 error [duplicate]
- How to Find a Gallery’s ID
- How do i remove the title from a specific page
- WP 3.3 makes it possible to add meta box to Category Editor Screen?
- Widget internal hooks and functions
- Why does website stretch and white space on load? [duplicate]
- check_admin_referer()
- How to create a custom wordpress plugin
- Undefined cache functions in my custom plugin
- Twenty-seventy theme remove additional CSS from head
- WordPress discards PNG file when uploading plugin file
- Does hooking into a plugin action / filter override the plugin’s function for that hook?
- Nested Hooks with do_action for performance reasons – safe/necessary?
- Replace the WordPress Media Library Uploader
- do_action from within a class does not seem to work
- WordPress delete mysql rows with string
- Is it possible to modify an Elated plugin portfolio-list template in such a way that it will not conflict with future plugin updates?
- Select field value not returned after saving changes
- WP Query Relations / Compare
- Page template compatibility with different themes
- WordPress Plugin: OSCommerce images not displaying in front end
- Add Admin menus or submenus depending on conditions
- Implementing plugin with HTML/CSS form?
- add short code not working
- What method would I use to show an image in between X amount of posts on category archive? [duplicate]
- how can I insert a link on login page
- Shortcode attribute “title” doesn’t appear in $atts array
- Fetch Custom Woocomerce filed data and check the data avialble in Wp-user table as nicname or username using function.php
- How to get locale within WP REST Request?
- How to add extra EXIF data when images are uploaded?
- How to boost WP custom post REST API GET queries by custom taxonomies