'email', 'label' => __( 'Email Address', 'propertyhive' ), 'required' => true ) ); ph_form_field( 'password', array( 'type' => 'password', 'label' => __( 'Password', 'propertyhive' ), 'required' => true ) ); do_action( 'propertyhive_login_form' ); ?>