ActionScheduler_AdminView_Deprecated::action_scheduler_post_type_args()
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() 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; }