action_scheduler_taxonomy_args, $args

action_scheduler_taxonomy_args, $args

Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1

apply_filters('action_scheduler_taxonomy_args, $args') is found 1 times:

  • /vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php line 30

    Warning: Undefined array key 33 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 34 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 35 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    			'query_var'         => false,
    			'rewrite'           => false,
    		);
    
    		$args = apply_filters( 'action_scheduler_taxonomy_args', $args );
    		return $args;
    	}
    }