ActionScheduler_AdminView_Deprecated::action_scheduler_post_type_args()publicWC 1.0

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

Хуков нет.

Возвращает

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

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

$ActionScheduler_AdminView_Deprecated = new ActionScheduler_AdminView_Deprecated();
$ActionScheduler_AdminView_Deprecated->action_scheduler_post_type_args( $args );
$args (обязательный)
-

Код ActionScheduler_AdminView_Deprecated::action_scheduler_post_type_args() WC 8.7.0

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