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