Untitled
unknown
php
3 years ago
136 B
6
Indexable
function simple_redirect() { if ( is_page(199) ) { error_log('HELLO'); } } add_action( 'template_redirect', 'simple_redirect' );
Editor is loading...
function simple_redirect() { if ( is_page(199) ) { error_log('HELLO'); } } add_action( 'template_redirect', 'simple_redirect' );