action_scheduler_post_status_args, $args

action_scheduler_post_status_args, $args

Hook Type: filter

See hook in core

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

apply_filters('action_scheduler_post_status_args, $args') is found 1 times:

  • /vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php line 31
    			'show_in_admin_all_list'    => true,
    			'show_in_admin_status_list' => true,
    		);
    
    		return apply_filters( 'action_scheduler_post_status_args', $args );
    	}
    
    	/**
    	 * Build the args array for the post type definition
    	 *
    	 * @return array