deactivate phastpress for admin loged
-
Can deactivate phast press when i logged in?
and other thing
function no_phastpress() { if (is_page('40144')) { add_filter('phastpress_disable', '__return_true'); } }; // add the action add_action( 'plugins_loaded', 'no_phastpress', 1, 1 );
this no works, what is wrong?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘deactivate phastpress for admin loged’ is closed to new replies.