I recommand you to use DEBUG
in wp-config.php
:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
ini_set( 'display_errors', 0 );
This will log errors and put all of them in a log file you will find in wp-content/debug.log
Related Posts:
- WordPress plugin archive
- Namespaces in WordPress – How do I initiate the main class?
- Plugin readme.txt and assets internationalization
- Image Crop/Resize Function/Code Sinppet/Plugin to adjust/crop images during upload
- post expire after x days
- MailChimp integration that allows users to select from multiple lists [closed]
- How to handle autoloading with composer by keeping the WordPress naming conventions?
- cURL error 60: SSL certificate problem: unable to get local issuer certificate
- filemtime() warning when enqueuing style within plugin
- Woocommerce – Display active variation product price [closed]
- Minimum PHP Required for WordPress
- Post query – show posts from specified day and month and whole years
- Support for simultaneous editing
- How to add social locker on custom fields
- tag breaks shortcode output (other solutions don’t work)
- Is this the right way to execute some PHP in my plugin after a button click on an options page?
- Show Sub pages excerpt+thumbnail
- Create entire wordpress as a github repositery?
- How to overwrite core/libraries/vendor template with child theme
- Plugin integrate in forum to show user profiles [closed]
- WordPress multi domain – redirect
- WP_Query and NULL meta keys
- Is it possible make a back-end for WordPress with WordPress?
- plugin shortcode output
- how to add text to posts from tags
- Is there a WordPress plugin that can post to Google+? [closed]
- How to include this jQuery File in wordpress?
- dbDelta not adding additional columns in plugin database update
- Fatal error in form display plugin
- Why do plugins often ask to add in to templates?
- Is it fair to use MIT licensed code in WordPress plugins? [closed]
- How to add an element right after the article using jQuery?
- How to reset wordpress but not plugins and settings
- Infinite scroll messing up nth:of-type
- How do I find out which plugin is exceeding memory limits?
- Taxonomy Drill-Down / Plugin Help – hierarchical queries within plugin?
- PHP script from functions php is loaded via admin-ajax to div…and the result is 0, not the desired content
- How do I avoid having duplicate of plugin in trunk?
- Use current class method inside add_submenu_page()
- Advanced WordPress plugin activation detection
- Renaming Custom Taxonomy Values
- Load plugin script in specific page
- How to change php variable value using wp setting api
- jQuery code didn’t run on my plugin
- Call ajax on the frontend
- Not able to override plugin’s default css rules
- Better WP Security plugin blocking calls using file_get_contents() method
- What plugins can I use to feature (affiliate) products on my blog (from Amazon.com)?
- Multiple Post Thumbnails Plugin – Need help with code
- WordPress Following? Social Users?
- Plugin privelages for “editors”
- Adding a jQuery modal dialog to the admin area
- Excluding specific post from custom next/previous theme function
- Update existing post dates to random dates and time
- Change language on website and change currency with url query
- How do I stop WordPress from recommending to install the following Plugin
- WordPress – estimate used product
- Revision featured image
- How can I send the mail once?
- Is it okay to make a plugin to the WordPress repo, but limit it’s actions to maximum N events?
- WordPress Dashboard add user password not working, etc
- Timber: Theme class not fetching the right directory?
- I need to show side menu in wordpress
- Woocommerce product variation price: How to change price dynamically through hooks
- Add external javascript to post template
- wp-admin/admin-ajax.php 400 (Bad Request) plugin
- AJAX update fails for public/non-admin users
- Check if plugin is active outside of admin screen
- WordPress Product Detail and catalog
- Translating Website
- I dont know why my localization is not working
- Accounting for search terms that may include a space, using SearchWP
- User upload fields
- Plugin does not not load code when not used (which is good) > Elementor
- WordPress DevOps – Environments (Rancher, Kubernetes, etc…)
- Why is every single HTML tag being stripped out of liveblog entries?
- How to add wordpress plugins in along with my standalone theme
- Create Database Tables on Plugin Activation hook
- Media Playlist Plugin
- Delivering Page Templates With Plugins
- Change page according to fetched GET Parameters
- Transition Post status not working
- Is there a way to add a custom input field for every taxonomy term in WP post editor?
- Where did the “WP-Custom” plugin go?
- How to change response of admin-ajax request?
- Plugin keeps saying needs to be updated and it’s in a constant loop [closed]
- wp plugin not working after website live
- Replace Dash (-) and Underscore ( _ ) with Space
- How can I add different menus (different style menu) on each page?
- Custom Table doesn’t create on plugin activation
- How to add plugin to blog [closed]
- how to display the page content in popup window?
- Code snippet plugin not working correctly with Windows live writer and WordPress
- Jquery based image accordian plugin
- Can’t modify plugin function
- how to show selected options drop down menu values in attributes field in after saving post.php
- Buffered output in chunks and shortcode – how do I achieve that?
- Transfer wordpress comments form on another post [closed]
- Achieve the following layout
- Change email notification language based on the site language in WPForms