ActionScheduler_AdminView_Deprecated::action_scheduler_post_type_args()publicWC 1.0

Adjust parameters for custom post type.

Метод класса: ActionScheduler_AdminView_Deprecated{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$ActionScheduler_AdminView_Deprecated = new ActionScheduler_AdminView_Deprecated();
$ActionScheduler_AdminView_Deprecated->action_scheduler_post_type_args( $args );
$args(массив) (обязательный)
Args.

Код ActionScheduler_AdminView_Deprecated::action_scheduler_post_type_args() WC 9.8.5

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