style_loader_src, $src, $handle

style_loader_src, $src, $handle

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('style_loader_src, $src, $handle') is found 1 times:

  • /wp-includes/class-wp-styles.php line 445
    		 *
    		 * @param string $src    The source URL of the enqueued style.
    		 * @param string $handle The style's registered handle.
    		 */
    		$src = apply_filters( 'style_loader_src', $src, $handle );
    		return esc_url( $src );
    	}
    
    	/**
    	 * Whether a handle's source is in a default directory.
    	 *