Home Plugin documentation Hooks and functions Functions pip_get_layouts_css()

 

 

Here we go!

 

pip_get_layouts_css()

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.

Retrieve the concatenated CSS from all layouts as string

/**
 * Get layout CSS
 *
 * @return mixed
 */
function pip_get_layouts_css() {
    return acf_get_instance( 'PIP_Layouts' )->get_layouts_css();
}

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

or you think a specific topic deserve more informations?

 

Wave to bottom