by Garth | Aug 16, 2019 | Wordpress
https://www.ibenic.com/hook-wordpress-metadata/
by Garth | Aug 15, 2019 | Wordpress
https://codex.wordpress.org/Database_Description
by Garth | May 22, 2019 | Plugins, Wordpress
The SEO Framework – Fast, Automated,...
by Garth | May 22, 2019 | PHP, Wordpress
function my_custom_js() { echo ‘<script src=”https://wchat.freshchat.com/js/widget.js”></script>’; } // Add hook for admin <head></head> add_action( ‘admin_head’, ‘my_custom_js’ ); // Add hook for front-end...
by Garth | Mar 31, 2019 | Plugins, Wordpress
Lucas String...
by Garth | Mar 27, 2019 | PHP, Wordpress
function remove_menus(){ remove_menu_page( ‘index.php’ ); //Dashboard remove_menu_page( ‘edit.php’ ); //Posts remove_menu_page( ‘upload.php’ ); //Media remove_menu_page( ‘edit.php?post_type=page’ ); //Pages...