public function rest_api_init() {. global $q_config;. $post_types = get_post_types( array( 'show_in_rest' => true ) );. foreach ( $post_types as $post_type ) ...
確定! 回上一頁