function gtri_media_admin_menu(){ add_management_page('GTRI Media Library','GTRI Media Library','manage_options','gtri-media-library','gtri_media_admin_page'); } add_action('admin_menu','gtri_media_admin_menu'); function gtri_media_admin_page(){ if(!current_user_can('manage_options')) return; if(isset($_POST['gtri_media_install']) && check_admin_referer('gtri_media_install_action','gtri_media_nonce')){ delete_option('gtri_stock_media_installed_120'); gtri_install_stock_media(); echo '
GTRI media installation completed. Review the Media Library for the imported free-stock images.
The production theme uses locally stored free-stock photographs. Source and licence records are retained in attachment metadata; the public pages do not hotlink the source images.
'; echo 'Imported images: '.intval(count($map)).'
'; echo '