The white screen means that you have a critical error that is halting execution, but you do not have PHP messaging turned on to tell you what that error is.
Turn on debug mode in WordPress so the error message is displayed. Otherwise you don’t have enough information to correct your problem. Set the WP_DEBUG constant in your wp-config.php file to true. See: Debugging in WordPress
Once you know what that error is, you can edit your question with more information.
Related Posts:
- Where is the best place to use add_filter
- Edit plugin without hooks in functions.php
- Using add_filter inside another class
- How to list the Hooks and order of execution in current loading page? [duplicate]
- Pass A Value From Outside To A Plugin Variable
- Failed to invoke other hook from the init hook
- How can I filter blog name?
- Custom preview_post_link not working for draft post
- Add Fields with Sub-Fields to WP Job Manager
- Determine plugin name from within plugin_action_links filter
- merging an array to an existing array using add_filter
- Creating a plugin to sanitize comment and the url field before display only
- How to find the origin of a file upload from within wp_handle_upload?
- How to check current user before all actions and filters?
- Create a navbar filter that filters by a custom field
- Passing an array from shortcode-function to filter-function
- Get Time Taken By Each Action Hook in WordPress
- qTranslate remove default directory from link
- How to change the name of the “edit my profile” link in the WordPress admin backend
- Proper way to replace the_content only for pages created by custom plugin
- add_filter doesn’t work
- Redirect to another page using contact form 7? [closed]
- Check if variable is set in filter
- Check filter defined or not?
- Add a function call after content automatically?
- what is the point of telling add_filter how many parameters you want passed to the function?
- How to add filter for wordpress plugin?
- How to use add_action for multiple instances of the same class
- How to append new form elements in “Add New” form of Users in WordPress admin panel?
- Want to create custom design of progress indicator in wpforms
- Add hook after content without formatting
- Using OR Condition with facetwp facets
- 500 Internal server error wp_handle_upload_prefilter
- Nested Actions and Filters
- Remove action added in plugin class from theme
- Using multi-dimensional array with filter
- Can I add content before post content without using the_content filter
- WordPress Add advertising ads befor and after content with periority [closed]
- trying to create simple plugin to filter categories from all authors
- shortcode which is introduced into entry the blog, and appears in side bar
- How do i get all author posts on custom post type list
- Unable to pass arguments from plugin form to filter hook using ajax, the data is transferring via ajax but unable to pass as arguments in filter hooks
- How can we extent core/group or cover block?
- How do you debug plugins?
- Add multiple plugin directories
- What are the differences between WPINC and ABSPATH?
- Where do I put the code snippets I found here or somewhere else on the web?
- Giving Multiple Authors Access to a Plugin’s WP.org Repo
- Add section (add_settings_section) to a custom page (add_submenu_page)
- Creating a default Custom Post Template that a Theme can override
- How do I check if my $wpdb->insert() was successful?
- Custom plugin giving: wp-admin/admin-ajax.php 400 (Bad Request)
- Hide WordPress Plugin Deactivation Links
- How does WooCommerce display a custom comment_type in Comment Admin?
- ElasticPress how to Include Meta to the mapping?
- Created Widget Not Showing up on Admin Panel
- Action on post publish
- OOP: Display warning and deactivate the plugin if PHP version is less than 5.4
- wp_enqueue_scripts not working inside shortcode
- Handling jQuery Component Collision
- How to make a custom field as an editor in wordpress?
- How to keep users unique id stored in session in addition to IP in WordPress plugin?
- uninstall.php file in Plugin to clean DB
- How to get specific setting by settings_fields()?
- Save / Show multi line text in metabox
- Python with wordpress plugin
- WordPress Widget – Saving multidimensional arrays into $instance
- How can I insert thousands of Woocommerce products by batch with PHP? [closed]
- Delay JavaScript files from loading
- Run function on plugin activation before plugin is loaded
- Why is it important to check for isset and is_array before checking in_array in this example?
- Upload files to the plugin menu
- How to call external functions from a PHP script in a WordPress plugin?
- Don’t load the theme for a page FROM a plugin EDITED
- WordPress Feed Creator Name Tag Full Name Instead Of First Name
- How to add custom function to pluggable.php
- How to get Recent Post From Each Category with Thumbnail?
- Remove Zero Money From Previews Order woocommerce
- Access remote SFTP server via WordPress login?
- Shortcode do not return the right data in post
- My WordPress activation hook isn’t working
- Performance considerations – postmeta table versus new table for custom posts with foreign keys?
- Avoid WordPress header bar when form submission using admin_post in the frontend
- Echo custom admin field into a is_single()
- WordPress Boilerplate Plugin doesn’t see callback functions for add_settings_field and add_settings_section
- Hide ‘add to cart’ button for some products [duplicate]
- Exclude specifed files from plugin editor
- Add Flatr button to Sharing option
- Change localization only for plugin
- How to get author developer link on plugin page
- wp_schedule_event need to deactivate plugin changing recurrance
- Filter for modifying image on upload
- Customize Multi-Column Tag Map to fetch specific post-type
- Upload Image to desired directory through plugin
- How can I delete the options from DB when the plugin is deleted?
- Allow manage_options capability for specific user only for specific plugin?
- How can I use the zip of my plugin in another website?
- What are the implications of having main plugin file name different to plugin slug?
- How to secure custom endpoint for rest api in WordPress
- Cron Job not working