コード例 #1
0
ファイル: core.php プロジェクト: pab44/pab44
/**
 * Add registration fields to the native WP registration.
 *
 * @since 2.8.3
 */
function wpmem_wp_register_form()
{
    /**
     * Load native WP registration functions.
     */
    require_once WPMEM_PATH . 'inc/wp-registration.php';
    wpmem_do_wp_register_form();
}
コード例 #2
0
/**
 * Add registration fields to the native WP registration
 *
 * @since 2.8.3
 */
function wpmem_wp_register_form()
{
    include_once 'native-registration.php';
    wpmem_do_wp_register_form();
}
コード例 #3
0
ファイル: core.php プロジェクト: koopmant/Mens-site
/**
 * Add registration fields to the native WP registration.
 *
 * @since 2.8.3
 */
function wpmem_wp_register_form()
{
    include_once WPMEM_PATH . 'inc/wp-registration.php';
    wpmem_do_wp_register_form();
}