Home Plugin documentation Hooks and functions Functions the_pip_content()

 

 

Here we go!

 

the_pip_content()

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.

Display get_pip_content()

/**
 * Return flexible content
 *
 * @param bool|int $post_id
 *
 * @return false|string|void
 */
function the_pip_content( $post_id = false ) {

    // Display content
    echo get_pip_content( $post_id );
}

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

or you think a specific topic deserve more informations?

 

Wave to bottom