jetpack_static_url, //en.wordpress.com/i/loading/loading-64.gif

jetpack_static_url, //en.wordpress.com/i/loading/loading-64.gif

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_static_url, //en.wordpress.com/i/loading/loading-64.gif') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-search/src/customberg/class-customberg.php line 98
    	 * Prints the dashboard container.
    	 */
    	public function jetpack_search_admin_page() {
    		// TODO: Spin this function off into a static helper function in a helper class for code reuse.
    		$static_url = apply_filters( 'jetpack_static_url', '//en.wordpress.com/i/loading/loading-64.gif' );
    		?>
    			<div id="jp-search-configure" class="jp-search-configure-dashboard" style="height: calc(100vh - 100px);">
    				<div class="hide-if-no-js" style="height: 100%;">
    					<img class="jp-search-loader" width="32" height="32" alt="<?php esc_attr_e( 'Loading&hellip;', 'jetpack-search-pkg' ); ?>" src="<?php echo esc_url( $static_url ); ?>" style="
    						position: absolute;
    						left: 50%;