php -n -l -f file_name.php
Strategically add error_reporting(E_ALL);
php -n -l -f file_name.php
Strategically add error_reporting(E_ALL);
function am2_wp_admin_filter( $content, $post_id ) { return htmlspecialchars_decode($content); } add_filter( 'content_edit_pre', 'am2_wp_admin_filter', 10, 2 );