コード例 #1
0
ファイル: participad.php プロジェクト: adisonc/MaineLearning
/**
 * Plugin bootstrap
 */
function participad()
{
    return Participad::instance();
}
コード例 #2
0
ファイル: notepad.php プロジェクト: adisonc/MaineLearning
/**
 * 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;
}