/**
* Redirect back to the settings page that was submitted
*/
$getreferer = wp_get_referer();
$getreferer = substr($getreferer,10);
$goback = add_query_arg( ‘updated’, ‘true’, esc_url(admin_url($getreferer)) );
wp_redirect( $goback );
Viewing 1 replies (of 1 total)
The topic ‘getting 404 error for options.php’ is closed to new replies.