Changeset 1268189
- Timestamp:
- 10/18/2015 01:56:41 PM (10 years ago)
- Location:
- scan-wp-theme-and-plugin-detector-admin-version
- Files:
-
- 4 edited
-
tags/0.2/readme.txt (modified) (1 diff)
-
tags/0.2/scan-wp-admin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/scan-wp-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
scan-wp-theme-and-plugin-detector-admin-version/tags/0.2/readme.txt
r1268148 r1268189 31 31 If you rather do things manually: 32 32 33 1. Upload 'scan-wp- admin' folder to the '/wp-content/plugins/' directory33 1. Upload 'scan-wp-theme-and-plugin-detector-admin-version' folder to the '/wp-content/plugins/' directory 34 34 2. Activate the plugin through the 'Plugins' menu in WordPress 35 35 -
scan-wp-theme-and-plugin-detector-admin-version/tags/0.2/scan-wp-admin.php
r1265886 r1268189 14 14 15 15 function ScanWP_menu(){ 16 add_menu_page('Scan WP Theme and Plugin Detector - Admin Version', 'Scan WP Theme Detector', 'manage_options', 'scan-wp- admin', 'scan_wp_function', 'dashicons-search');16 add_menu_page('Scan WP Theme and Plugin Detector - Admin Version', 'Scan WP Theme Detector', 'manage_options', 'scan-wp-theme-and-plugin-detector-admin-version', 'scan_wp_function', 'dashicons-search'); 17 17 18 18 } 19 19 20 20 function load_scan_wp_admin_style() { 21 wp_register_style( 'custom_wp_admin_css', plugins_url() . '/scan-wp- admin/css/style.css' );21 wp_register_style( 'custom_wp_admin_css', plugins_url() . '/scan-wp-theme-and-plugin-detector-admin-version/css/style.css' ); 22 22 wp_enqueue_style( 'custom_wp_admin_css' ); 23 23 wp_enqueue_script( 'my_custom_script', 'http://scanwp.net/js/scanwp-search.js' ); -
scan-wp-theme-and-plugin-detector-admin-version/trunk/readme.txt
r1268148 r1268189 31 31 If you rather do things manually: 32 32 33 1. Upload 'scan-wp-admin' folder to the '/wp-content/plugins/' directory33 1. Upload scan-wp-theme-and-plugin-detector-admin-version' folder to the '/wp-content/plugins/' directory 34 34 2. Activate the plugin through the 'Plugins' menu in WordPress 35 35 -
scan-wp-theme-and-plugin-detector-admin-version/trunk/scan-wp-admin.php
r1265886 r1268189 14 14 15 15 function ScanWP_menu(){ 16 add_menu_page('Scan WP Theme and Plugin Detector - Admin Version', 'Scan WP Theme Detector', 'manage_options', 'scan-wp- admin', 'scan_wp_function', 'dashicons-search');16 add_menu_page('Scan WP Theme and Plugin Detector - Admin Version', 'Scan WP Theme Detector', 'manage_options', 'scan-wp-theme-and-plugin-detector-admin-version', 'scan_wp_function', 'dashicons-search'); 17 17 18 18 } 19 19 20 20 function load_scan_wp_admin_style() { 21 wp_register_style( 'custom_wp_admin_css', plugins_url() . '/scan-wp- admin/css/style.css' );21 wp_register_style( 'custom_wp_admin_css', plugins_url() . '/scan-wp-theme-and-plugin-detector-admin-version/css/style.css' ); 22 22 wp_enqueue_style( 'custom_wp_admin_css' ); 23 23 wp_enqueue_script( 'my_custom_script', 'http://scanwp.net/js/scanwp-search.js' );
Note: See TracChangeset
for help on using the changeset viewer.