style_loader_src

style_loader_src

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('style_loader_src') is found 1 times:

  • /wp-includes/class-wp-styles.php line 412
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
         *
         * @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.
     *

See this hook used in plugins:

Examples using style_loader_src