Warning: Only the first byte will be assigned to the string offset in /home/customer/www/bobbingwide.org.uk/public_html/wp-content/plugins/oik-shortcodes/shortcodes/oik-api-importer.php on line 1864
You appear to be a bot. Output may be restricted
Description
Instantiate.
All custom functionality will be hooked into the "init" action.
Usage
Featured_Content::setup();
Parameters
Returns
void
Source
File name: twentyfourteen/inc/featured-content.php
Lines:
1 to 3 of 3
public static function setup() { add_action( 'init', array( __CLASS__, 'init' ) <, 30 ); }