<?php screen_icon(); ?>
Copyright Notices Configuration
On this page, you will configure all the aspects of this plugins.
Copyright Text to be inserted in the footer of your theme:
}
function copyright_notices_admin_page()
{
add_submenu_page( 'plugins.php','Copyright Notices Configuration', 'Copyright Notices Configuration', 'manage_options', 'copyright-notices' 'copyright_notices_admin');
}
add_action(‘admin_menu’, ‘copyright_notices_admin_page’);