Have you enabled debugging in wordpress?
Open wp-config.php in the root wordpress folder and change this line:
define('WP_DEBUG', false);
to
define('WP_DEBUG', true);
Your PHP errors will then output to the screen.
Related Posts:
- Fatal error: Call to undefined function plugin_dir_path()
- Dynamic URL to reference custom PHP files
- OOP Plugin Development. Including external object
- Why is PHP Cookie via plugin only set when logged in as Admin and not regular users? and other questions
- Disable External Pingacks on WordPress Posts and Only Allow ‘Self Pings’
- Custom plugin issue when trying to use the shortcode twice on a page [closed]
- Using wp_get_image_editor in a standalone script
- New Plugin Review
- Making Quote Plugin more efficient
- How to access function from outside of a class within this class in WP plugin?
- PHP can I add line numbers to file_get_contents()
- Adding Default Settings to Theme My Login plugin
- Swapping wp_dropdown_categories function with wp_category_checklist
- How to access global variable $menu inside a class function
- How can I remove a function that has been added to wordpress with add_filter?
- what is the best practice to add new field to an api route
- Retrieve $_POST data submitted from external URL in WordPress(NOT API)
- How to call plugin function per site in a multisite?
- WordPress Custom field Colors
- How to obtain the current website URL in my theme?
- What exactly do this function declared into functions.php file of a WP theme?
- How to use html inside a functions.php code?
- Plugin Generate Unexpected output during activation
- Extend Woocommerce Widget Class – WC_Widget_Product_Categories
- Undefined method class::construct() when creating a plugin
- Using data sent via AJAX in multiple functions on a WP plugin
- Is it possible to define variables in a wordpress shortcode, and then call the shortcode using a specific variable?
- Usage of call back function of add_meta_box()
- Custom meta box values are not getting saved for my custom post type
- how to save checkbox data for custom setting?
- Cant register rest routs from class instance
- Call to undefined function error in plugin
- Class property seems to lose scope, attached to save_post action?
- Execute Jquery when a specific page in my plugin is loading
- send popup after wp_redirect()
- Call to “admin_notices” hook from a static method
- Using ACF Relationship field to set post type to draft or published status
- How to change basename url for wp-admin?
- How to Send Pingbacks for all Posts in WordPress?
- Reliable way to add nonce to HTTP Header in WordPress?
- Only the first image uploads
- Add Pre-Defined Value to Click Counter in WordPress
- Illegal string offset checkbox
- ssl redirect function is not working
- Custom plugin: how do I call a PHP file if settings option is set to true?
- How can i avoid duplicate same post in wp?
- Display a custom name when the user has no name settle in his account
- In a foreach loop, how can I add a meta value if it doesn’t exist?
- How to override theme’s public static function inside of a trait?
- Enqueue sripts and styles only if function is called
- post_exists stops working in a scheduled event
- How to add typehints to function in functions.php when argument is an object?
- Taxonomy Child Term, Counter is staying on 0
- PHP get_category() function redeclared
- How to Request a User to Register on Landing at a Site, Then Automatically Delete the Users Password on Logout?
- Private messaging – Getting and displaying the avatar/url of a message recipient
- PHP calling function within a class
- Permission error on plugin save
- Trouble using wordpress functions in a pop-up modal form
- How to execute add_action() function from custom plugin to Crontrol plugin or do_action()?
- how can I make content from a plugin hidden when user is logged in? [duplicate]
- display php code in header using wp_head()
- How do I change the Go To Categories link in the term_updated_messages
- WP Custom tables query
- check difference between two timestamp in custom plugin
- Edit tag cloud widget number
- function_exists call in function.php
- How to use update and delete query in wordpress
- the_post_thumbnail() based on the Post ID
- Hide a menu-item and its submenus and display a ‘Log in’ link if the user is logged out
- Logout and redirect using the WP Menu
- Insert all post IDs in new database table
- How to speed up admin-ajax.php in wordpress
- My Own layout in WooCommerce pages [closed]
- get current product name in functions.php
- How to style options page in dashboard?
- How do I link a button I created in theme customizer to a function?
- Tell WP register script to load a script only when the entire page is loaded
- Can’t save php string to a custom field
- get_template_directory adding FTP root folders in urls
- Changing the order of custom fields in the dashboard for Woocommerce variable products [closed]
- call_user_func_array() expects parameter 1 to be a valid callback, function ‘———-‘ not found or invalid function name
- Database entry removed on browser refresh, Ajax PHP jQuery
- Display Visual Composer shortcode if a post belongs in specific categories
- product_type_options get saved value [closed]
- Logo custom width not implementing
- Get post content inside plugin class method
- Woocommerce textarea format ignored
- Using wordpress functions in class and change my code to OOP PHP
- What is the proper way to call a function (from functions.php) on a link click?
- Using Tag Groups: Displaying groups and adjacent tags of current post
- Display a list of users with avatar filterable with alphabets
- Change default comments form title [duplicate]
- Implement OAuth2 in custom plugin
- login redirect based on user role not work as expected
- redirect user from login page if is logged
- How to lock users account until approvation
- WooCommerce: write featured image dimensions to custom fields in product’
- transition_post_status hook, works – but not if the post is new
- How can I catch WordPress custom settings page slug has already changed?