plugin_path() . '/includes/functions-ur-notice.php'; $notices = /** * Filter to modify the user registration form notice before the rendering of form. * * @param function Function to modify the notices. * * @return function. */ apply_filters( 'user_registration_before_registration_form_notice', ur_print_notices() ); echo esc_html( $notices ); /** * Hook for Before registration form * * @since 1.5.1 */ do_action( 'user_registration_before_registration_form', $form_id ); $is_theme_style = get_post_meta( $form_id, 'user_registration_enable_theme_style', true ); if ( 'default' === $is_theme_style ) { $default_class = 'ur-frontend-form--default'; wp_register_style( 'ur-frontend-default-css', UR()->plugin_url() . '/assets/css/user-registration-default-frontend.css', array(), UR()->version ); wp_enqueue_style( 'ur-frontend-default-css' ); } else { $default_class = ''; } // For small screen wp_register_style( 'ur-frontend-small-screen', UR()->plugin_url() . '/assets/css/user-registration-smallscreen.css', array(), UR()->version ); wp_enqueue_style( 'ur-frontend-small-screen' ); ?>
%s
', 'user-registration' ), $registration_title_description ) ); } ?>