Inventory_Presser_Shortcode_Iframe::add()
add
Contents
Description Description
Adds two shortcodes
Return Return
(void)
Source Source
File: includes/class-shortcode-iframe.php
function add() { add_shortcode( 'iframe', array( $this, 'content_but_wrong') ); add_shortcode( 'invp-iframe', array( $this, 'content') ); add_shortcode( 'invp_iframe', array( $this, 'content') ); }
Expand full source code Collapse full source code View on Github