예제 #1
0
/**
 * Plugin bootstrap
 */
function participad()
{
    return Participad::instance();
}
예제 #2
0
/**
 * Get the 'participad_notepad' post type name
 *
 * @since 1.0
 * @return str
 */
function participad_notepad_post_type_name()
{
    $p = Participad::instance();
    return $p->modules['notepad']->post_type_name;
}