Powered By Blogger

Tuesday, January 10, 2017

when permalink update get notification hook


function codex_custom_endpoint( $wp_rewrite ) {
update_option( 'magNotifiy', '0', '', 'yes' );
}

add_filter( 'generate_rewrite_rules', 'codex_custom_endpoint' );

No comments:

Post a Comment