subscribe2
The Subscribe2 subscribe2 shortcode.
Usage
- // basic usage
- echo do_shortcode('[subscribe2]');
- // variable usage
- $result = do_shortcode('[subscribe2]');
- echo $result;
Defined (1)
The shortcode is defined in the following location(s).
- /classes/class-s2-core.php
- add_filter('the_title', array(&$this, 'title_filter'));
- add_filter('the_content', array(&$this, 'confirm'));
- }
- // add the frontend filters
- add_shortcode('subscribe2', array(&$this, 'shortcode'));
- add_filter('the_content', array(&$this, 'filter'), 10);
- // add actions for other plugins
- if ( '1' == $this->subscribe2_options['show_meta'] ) {
- add_action('wp_meta', array(&$this, 'add_minimeta'), 0);