jp_carousel_enqueue_assets, $this->first_run, $localize_strings
jp_carousel_enqueue_assets, $this->first_run, $localize_strings
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jp_carousel_enqueue_assets, $this->first_run, $localize_strings') is found 1 times:
- /modules/carousel/jetpack-carousel.php line 564
* * @param bool $first_run First load if Carousel on the page. * @param array $localized_strings Array of strings passed to the Jetpack js file. */ do_action( 'jp_carousel_enqueue_assets', $this->first_run, $localize_strings ); // Add the carousel skeleton to the page. $this->localize_strings = $localize_strings; add_action( 'wp_footer', array( $this, 'add_carousel_skeleton' ) ); $this->first_run = false;