pp_local_avatars_init
The BP Local Avatars pp local avatars init function.
Description
pp_local_avatars_init();
Usage
if ( !function_exists( 'pp_local_avatars_init' ) ) { require_once ABSPATH . PLUGINDIR . 'bp-local-avatars/loader.php'; } // NOTICE! Understand what this does before running. $result = pp_local_avatars_init();
Defined (1)
The function is defined in the following location(s).
- /loader.php
- function pp_local_avatars_init() {
- require( dirname( __FILE__ ) . '/pp-local-avatars.php' );
- }