settings_error display location
-
In my theme options page when i call
<?php settings_error(); ?>
it displays the error/update message exactly where i call the settings_error() function.
But in my plugin option page which is exactly similar as the theme option page, the error/update message shows up at the top of the screen instead of place where i am calling the <?php settings_error(); ?>Is there any fix for this ?
- The topic ‘settings_error display location’ is closed to new replies.