https://wordpress.org/plugins/query-monitor/
View debugging and performance information on database queries, hooks, conditionals, HTTP requests, redirects and more.
https://wordpress.org/plugins/wordpress-php-info/#description
| http://mohumohu/parent.html | |
| http://hogehoge.com/iframe.html | |
| //parent.html | |
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
| <html> | |
| <head> |
| [ | |
| { | |
| "key": "group_5a821be5c1b91", | |
| "title": "Social Media", | |
| "fields": [ | |
| { | |
| "key": "field_5a7cba5f6d07a", | |
| "label": "Social Media", | |
| "name": "footer_social_icons", | |
| "type": "repeater", |
| /** | |
| * Create retina 'Named Media Queries' for use with Interchange. | |
| * Insert before the Foundation init. | |
| * https://foundation.zurb.com/sites/docs/interchange.html | |
| * | |
| * Update the variables to match your SASS breakpoints. | |
| * Leave any un-needed sizes empty. | |
| */ | |
| var ic_small = '0'; |
https://wordpress.org/plugins/query-monitor/
View debugging and performance information on database queries, hooks, conditionals, HTTP requests, redirects and more.
https://wordpress.org/plugins/wordpress-php-info/#description
find [site_directory]/* -name _notes -print0 | xargs -0 rm -rf
Replace [site_directory] with root site folder path.
Install on both Local and Live
Use WP Migrate DB to get the URL and File paths.
Use All-in-One WP Migration on local site to create the Export file.
Import the file on Live site using All-in-One WP Migration.
| // Register Admin Menu Seperators | |
| function m13_add_admin_menu_separator( $position ) { | |
| global $menu; | |
| $menu[ $position ] = array( | |
| 0 => '', | |
| 1 => 'read', | |
| 2 => 'separator' . $position, | |
| 3 => '', | |
| 4 => 'wp-menu-separator' | |
| ); |