Showing all 2 results
Reading // Return the number of products you wanna show per page. $cols = 999; return $cols; } //handle admin bar function admin_bar_handle() { global $wp_admin_bar; $wp_admin_bar->remove_menu( 'wp-logo' ); } add_action( 'wp_before_admin_bar_render', 'admin_bar_handle', 0 ); // hide dismissible melos messages in the admin area add_action( 'admin_head', 'hide_melos_messages_css' ); function hide_melos_messages_css() { echo ''; } //make all header logos link back to main page function custom_logo_link_listener() { ?>