예제 #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();
}
/**
 * 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();
}