Home Plugin documentation Hooks and functions Filters pip/tailwind/styles_file

 

 

Here we go!

 

pip/tailwind/styles_file

Heads up!

This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don’t provide support for code customizations or 3rd party development.

This filter allows you to change path and name of the /pilopress/assets/styles.min.css file

add_filter( 'pip/tailwind/styles_file', function ( $styles_file ) {
    return PIP_THEME_ASSETS_PATH . PIP_THEME_STYLE_FILENAME . '.css';
} );

You didn’t find the answer you were looking for?

or you think a specific topic deserve more informations?

 

Wave to bottom