コード例 #1
0
ファイル: admin-init.php プロジェクト: brian3t/orchidmate
/**
 * Returns the main instance of WF to prevent the need to use globals.
 *
 * @since  1.0.0
 * @return object WF
 */
function WF()
{
    return WF::instance();
}