aioseo_hide_action_scheduler_menu

aioseo_hide_action_scheduler_menu

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.5.9.2

apply_filters('aioseo_hide_action_scheduler_menu') is found 1 times:

  • /app/Common/Admin/Admin.php line 739
    	 *
    	 * @return void
    	 */
    	public function hideScheduledActionsMenu() {
    		if ( ! apply_filters( 'aioseo_hide_action_scheduler_menu', true ) ) {
    			return;
    		}
    
    		global $submenu;
    		if ( ! isset( $submenu['tools.php'] ) ) {
    			return;