ActionScheduler_AdminView_Deprecated::action_scheduler_post_type_args()publicWC 1.0

Adjust parameters for custom post type.

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(array) (required)
Args.

ActionScheduler_AdminView_Deprecated::action_scheduler_post_type_args() code WC 9.6.1

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