xclusive_entry_tax

Description

The “xclusive_entry_tax” action additional markup to after entry taxonomy list. Version 1.1.0+.

A plugin (or theme) can add an action with the code:

<?php add_action( 'xclusive_entry_tax', 'action_function_name' ); ?>

The hook is located in the functions.php file.

Example

// apply action
function action_xclusive_entry_tax() {
	//run action here
}
add_action('xclusive_entry_tax', 'action_xclusive_entry_tax');

Leave a Reply

Your email address will not be published. Required fields are marked *