Inventory_Presser_Shortcode_Attribute_Table::hooks()
hooks
Contents
Description Description
Adds hooks that power the shortcode
Return Return
(void)
Source Source
File: includes/shortcode/class-shortcode-attribute-table.php
function hooks() { add_action( 'init', array( $this, 'add' ) ); }
Expand full source code Collapse full source code View on Github