ActionScheduler_AdminView_Deprecated::action_scheduler_post_type_args()publicWC 1.0

Method of the class: ActionScheduler_AdminView_Deprecated{}

No Hooks.

Return

null. Nothing (null).

Usage

$ActionScheduler_AdminView_Deprecated = new ActionScheduler_AdminView_Deprecated();
$ActionScheduler_AdminView_Deprecated->action_scheduler_post_type_args( $args );
$args (required)
-

ActionScheduler_AdminView_Deprecated::action_scheduler_post_type_args() code WC 8.7.0

public function action_scheduler_post_type_args( $args ) {
	_deprecated_function( __METHOD__, '2.0.0' );
	return $args;
}