signup_create_blog_meta

signup_create_blog_meta

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-5.3.2

apply_filters('signup_create_blog_meta') is found 1 times:

  • /wp-signup.php line 460
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    * @deprecated 3.0.0 Use the {@see 'add_signup_meta'} filter instead.
     *
     * @param array $blog_meta_defaults An array of default blog meta variables.
     */
    $meta_defaults = apply_filters( 'signup_create_blog_meta', $blog_meta_defaults );
     
    /**
     * Filters the new default site meta variables.
     *
     * @since 3.0.0
     *