Home Plugin documentation Hooks and functions Functions pip_get_modules()

 

 

Here we go!

 

pip_get_modules()

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.

Returns the states of the modules in Pilo’Press > Styles > Modules

 

Data structure is ACF Field Type: Group

/**
 * Get Pilo'Press modules
 *
 * @return mixed
 */
function pip_get_modules() {

    return get_field( 'pip_modules', 'pip_styles_modules' );
}

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

or you think a specific topic deserve more informations?

 

Wave to bottom