With version 1.1.6 we added a lot of new filters in all front-end pages for a more easy and professional way of customizing the appearance of Profile Builder to suit your needs.

Table Of Contents

Filters used on the “Login” page

  • wppb_login_remember_me
    DEFINITION: Applied to the “remember me” checkbox when not logged in.
    RETURNS: 1 string-type variable.
    TIP: Can be used to remove the “remember me” feature, removing any possible security issues.

  • wppb_login_url
    DEFINITION: Applied to the “recover password” field when not logged in.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the link/message or to remove it.

  • wppb_login_redirect_message
    DEFINITION: Applied to the redirect (both message and action) right after login (before page refresh).
    RETURNS: 1 string-type variable.
    TIP: Can be used to modify/remove the redirect (message).

  • wppb_login_login_message1
    DEFINITION: Applied to the message right after login (and before page reload).
    RETURNS: 1 string-type variable.
    TIP: Can be used to modify/remove the first login message.

  • wppb_login_login_message2
    DEFINITION: Applied to the message when logged in.
    RETURNS: 1 string-type variable.
    TIP: Can be used to modify/remove the second login message.

  • wppb_login
    DEFINITION: Mixed filter, holds the above filters in one single variable.
    RETURNS: 1 array structure.
    TIP: Can be used to modify several parts of the login screen at once.

Back to top

Filters used on the “Register” page

  • wppb_register_no_post_error_message
    DEFINITION: Applied to the displayed message when a user tries to submit a file larger then the max post ammount and no error reporting can proceed.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message displayed.

  • wppb_register_admin_message_content
    DEFINITION: Applied to the email content sent to the admin when a user registers.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the content of the email sent to the admin.

  • wppb_register_admin_message_title
    DEFINITION: Applied to the email title sent to the admin when a user registers.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message title. By setting it to an empty string, an admin can choose whether to receive or not email notifications when a user registers.

  • wppb_register_from_email_content
    DEFINITION: Applied to the “from” section of the email sent to the user who just (got) registered.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the content of the “from” section.

  • wppb_register_subject_email_content
    DEFINITION: Applied to the “subject” section of the email sent to the user who just (got) registered.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the content of the “subject” section.

  • wppb_register_email_content
    DEFINITION: Applied to the “content” section of the email sent to the user who just (got) registered.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the content of the “content” section.

  • wppb_register_have_account_alert
    DEFINITION: Applied to the displayed message when a user who already has an account tries to register again.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message displayed.

  • wppb_register_account_created1
    DEFINITION: Applied to the displayed message when an account has been successfully created (created by admin).
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message displayed.

  • wppb_register_redirect_after_creation1
    DEFINITION: Applied to the redirect message after account creation (created by admin).
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message displayed.

  • wppb_register_account_created2
    DEFINITION: Applied to the displayed message when an account has been successfully created (registration).
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message displayed.

  • wppb_register_redirect_after_creation2
    DEFINITION: Applied to the redirect message after account creation (created by admin).
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message displayed.

  • wppb_register_send_notification_email_fail
    DEFINITION: Applied to the displayed message when the required email cointaining the account credentials could not be sent.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message displayed.

  • wppb_register_send_notification_email_success
    DEFINITION: Applied to the displayed message when the required email cointaining the account credentials was successfully sent.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message displayed.

  • wppb_register_error_messaging
    DEFINITION: Applied to the displayed error message.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message displayed.

  • wppb_register_alert_messaging1
    DEFINITION: Applied to the displayed alert message notifying that users can register themselves.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message displayed.

  • wppb_register_alert_messaging2
    DEFINITION: Applied to the displayed alert message notifying that users cannot register themselves.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message displayed.

  • wppb_register_alert_messaging3
    DEFINITION: Applied to the displayed alert message notifying that only an administrator can add new users.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message displayed.

  • wppb_register_content_name1
    DEFINITION: Applied to the “Name” paragraph of the registration page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_register_content_name2
    DEFINITION: Applied to the “Username” paragraph of the registration page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_register_content_name3
    DEFINITION: Applied to the “First Name” paragraph of the registration page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_register_content_name4
    DEFINITION: Applied to the “Last Name” paragraph of the registration page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_register_content_name5
    DEFINITION: Applied to the “Nickname” paragraph of the registration page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_register_content_info1
    DEFINITION: Applied to the “Contact Info” paragraph of the registration page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_register_content_info2
    DEFINITION: Applied to the “Email” paragraph of the registration page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_register_content_info3
    DEFINITION: Applied to the “Website” paragraph of the registration page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_register_content_info4
    DEFINITION: Applied to the “AIM” paragraph of the registration page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_register_content_info5
    DEFINITION: Applied to the “Yahoo IM” paragraph of the registration page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_register_content_info6
    DEFINITION: Applied to the “Jabber/Google Talk” paragraph of the registration page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_register_content_about_yourself1
    DEFINITION: Applied to the “About Yourself” paragraph of the registration page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_register_content_about_yourself2
    DEFINITION: Applied to the “Biographical Info” paragraph of the registration page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_register_content_about_yourself3
    DEFINITION: Applied to the “Password / Repeat Password” paragraph of the registration page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_register_confirmation_email_form
    DEFINITION: Applied to the “Send these credentials via email” paragraph of the registration page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_register_extra_error
    DEFINITION: Applied to a variable before the registration occurs.
    RETURNS: 1 string-type variable.
    TIP: Can be used to block registration by setting the variable to something different than an empty string (”).

  • wppb_register
    DEFINITION: Mixed filter, hold the filters in one single variable.
    RETURNS: 1 array structure.
    TIP: Can be used to modify sever parts of the register screen at once.

  • wppb_register_posted_first_name
    DEFINITION: A variable to set the value of the submitted first name(default field).
    RETURNS: 1 string-type variable.
    TIP: Can be used to validate/alter the value sent. If set to an empty string (”) the submitted data will not be saved.

  • wppb_register_posted_last_name
    DEFINITION: A variable to set the value of the submitted last name(default field).
    RETURNS: 1 string-type variable.
    TIP: Can be used to validate/alter the value sent. If set to an empty string (”) the submitted data will not be saved.

  • wppb_register_posted_nickname
    DEFINITION: A variable to set the value of the submitted nickname(default field).
    RETURNS: 1 string-type variable.
    TIP: Can be used to validate/alter the value sent. If set to an empty string (”) the submitted data will not be saved.

  • wppb_register_posted_password
    DEFINITION: A variable to set the value of the submitted password(default field).
    RETURNS: 1 string-type variable.
    TIP: Can be used to validate/alter the value sent. If set to an empty string (”) the submitted data will not be saved.

  • wppb_register_posted_website
    DEFINITION: A variable to set the value of the submitted website(default field).
    RETURNS: 1 string-type variable.
    TIP: Can be used to validate/alter the value sent. If set to an empty string (”) the submitted data will not be saved.

  • wppb_register_posted_aim
    DEFINITION: A variable to set the value of the submitted aim(default field).
    RETURNS: 1 string-type variable.
    TIP: Can be used to validate/alter the value sent. If set to an empty string (”) the submitted data will not be saved.

  • wppb_register_posted_yahoo
    DEFINITION: A variable to set the value of the submitted yahoo(default field).
    RETURNS: 1 string-type variable.
    TIP: Can be used to validate/alter the value sent. If set to an empty string (”) the submitted data will not be saved.

  • wppb_register_posted_jabber
    DEFINITION: A variable to set the value of the submitted jabber(default field).
    RETURNS: 1 string-type variable.
    TIP: Can be used to validate/alter the value sent. If set to an empty string (”) the submitted data will not be saved.

  • wppb_register_posted_bio
    DEFINITION: A variable to set the value of the submitted bio(default field).
    RETURNS: 1 string-type variable.
    TIP: Can be used to validate/alter the value sent. If set to an empty string (”) the submitted data will not be saved.

  • wppb_register_posted_email
    DEFINITION: A variable to set the value of the submitted email address(default field).
    RETURNS: 1 string-type variable.
    TIP: Can be used to validate/alter the value sent. If set to an empty string (”) the submitted data will not be saved.

  • wppb_register_input_custom_field_X
    DEFINITION: Filters the value for custom_field_X (where X is the id of the custom field and can be read from the back-end).
    RETURNS: 1 string-type variable.
    TIP: Can be used to set its value or to do something with the submitted data before saving it into the database.

  • wppb_register_userdata
    DEFINITION: Filters the values (like username, password etc) before sending them to the submit form.
    RETURNS: array.
    TIP: Can be used to check/alter certain values before the form checks them.

Back to top

Filters used on the “Recover Password” page

  • wppb_recover_password_message1
    DEFINITION: Applied to the first message (page description).
    RETURNS: 1 string-type variable.
    TIP: Can be used to modify/remove the first message (page description).

  • wppb_recover_password_input
    DEFINITION: Applied to the input field.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message/input.

  • wppb_recover_password_sent_message1
    DEFINITION: Applied to the on-screen message sent notifying the email entered was of a valid format and it exists in the DB.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message sent.

  • wppb_recover_password_sent_message2
    DEFINITION: Applied to the on-screen message sent notifying the email entered was of a valid format but it doesn’t exist in the Database.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message sent.

  • wppb_recover_password_sent_message3
    DEFINITION: Applied to the on-screen message sent notifying the username entered was found in the DB.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message sent.

  • wppb_recover_password_sent_message4
    DEFINITION: Applied to the on-screen message sent notifying the username entered wasn’t found in the DB.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message sent.

  • wppb_recover_password_displayed_message1
    DEFINITION: Applied to the on-screen message container sent notifying the username/email entered wasn’t found in the DB.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message sent.

  • wppb_recover_password_displayed_message2
    DEFINITION: Applied to the on-screen message container sent notifying the username/email entered was found in the DB.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message sent.

  • wppb_recover_password_message_content_sent_to_admin
    DEFINITION: Applied to the content of the email sent to the admin on password reset.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message sent.

  • wppb_recover_password_message_title_sent_to_admin
    DEFINITION: Applied to the title of the email sent to the admin on password reset.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the title of the message sent. If this is an empty string, no message will be sent.

  • wppb_recover_password_message_content_sent_to_user1
    DEFINITION: Applied to the content of the email sent to the user on password reset before the actual reseting.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message sent.

  • wppb_recover_password_message_content_sent_to_user2
    DEFINITION: Applied to the content of the email sent to the user on password reset after the password has been reset.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message sent.

  • wppb_recover_password_message_title_sent_to_user1
    DEFINITION: Applied to the title of the email sent to the user on password reset before the actual reseting.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the title of the message sent. If this is an empty string, no message will be sent.

  • wppb_recover_password_message_title_sent_to_user2
    DEFINITION: Applied to the content of the email sent to the user on password reset after the password has been reset.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the title of the message sent. If this is an empty string, no message will be sent.

  • wppb_recover_password_invalid_key_message
    DEFINITION: Applied to the displayed message when a user tries to use an invalid key.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message displayed.

  • wppb_recover_password_password_changed_message1
    DEFINITION: Applied to the displayed message when a user tries to reset his/her password and the 2 passwords matched.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message displayed.

  • wppb_recover_password_sent_message_error_sending
    DEFINITION: Applied to the displayed message when a user tries to reset his/her password and the 2 passwords matched.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message displayed.

  • wppb_recover_password_password_changed_message2
    DEFINITION: Applied to the displayed message when the user entered a correct username/email but the email couldn’t be sent to the recipient.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the message displayed.

  • wppb_recover_password
    DEFINITION: Mixed filter, hold the filters in one single variable.
    RETURNS: 1 array structure.
    TIP: Can be used to modify sever parts of the recover password screen at once.

Back to top

Filters used on the “Edit Profile” page

  • wppb_edit_profile_no_post_error
    DEFINITION: Applied to the displayed message when a very large file is trying to be uploaded.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_avatar_changes_saved
    DEFINITION: Applied to the displayed message when the avatar was successfully deleted.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_attachment_changes_saved
    DEFINITION: Applied to the displayed message when the attachment was successfully deleted.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_all_changes_saved
    DEFINITION: Applied to the displayed message when all the changes were successfully saved.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_all_changes_saved_except_existing_email
    DEFINITION: Applied to the displayed message when all the changes except the email address were successfully saved.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_all_changes_saved_except_invalid_email
    DEFINITION: Applied to the displayed message when all the changes except the invalid address were successfully saved.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_all_changes_saved_except_mismatch_password
    DEFINITION: Applied to the displayed message when all the changes except the mismatched passwords were successfully saved.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_all_changes_saved_except_uncompleted_password
    DEFINITION: Applied to the displayed message when all the changes except the uncompleted password fields were successfully saved.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_error_saving_changes
    DEFINITION: Applied to the displayed message when the profile was not updated (error occured).
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_error_uploading_attachments
    DEFINITION: Applied to the displayed message when all the changes except the uploaded attachments were successfully saved.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_error_uploading_avatar
    DEFINITION: Applied to the displayed message when all the changes except the uploaded avatar were successfully saved.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_user_not_logged_in
    DEFINITION: Applied to the displayed error message when a user not logged in tries to modify his/her profile.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_content_name1
    DEFINITION: Applied to the “Name” paragraph of the edit profile page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_content_name2
    DEFINITION: Applied to the “Username” paragraph of the edit profile page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_content_name3
    DEFINITION: Applied to the “First Name” paragraph of the edit profile page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_content_name4
    DEFINITION: Applied to the “Last Name” paragraph of the edit profile page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_content_name5
    DEFINITION: Applied to the “Nickname” paragraph of the edit profile page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_content_info1
    DEFINITION: Applied to the “Contact Info” paragraph of the edit profile page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_content_info2
    DEFINITION: Applied to the “Email” paragraph of the edit profile page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_content_info3
    DEFINITION: Applied to the “Website” paragraph of the edit profile page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_content_info4
    DEFINITION: Applied to the “AIM” paragraph of the edit profile page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_content_info5
    DEFINITION: Applied to the “Yahoo IM” paragraph of the edit profile page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_content_info6
    DEFINITION: Applied to the “Jabber/Google Talk” paragraph of the edit profile page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_content_about_yourself1
    DEFINITION: Applied to the “About Yourself” paragraph of the edit profile page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_content_about_yourself2
    DEFINITION: Applied to the “Biographical Info” paragraph of the edit profile page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_content_about_yourself3
    DEFINITION: Applied to the “Password / Repeat Password” paragraph of the edit profile page’s content.
    RETURNS: 1 string-type variable.
    TIP: Can be used to alter the displayed message.

  • wppb_edit_profile_all_required_completed
    DEFINITION: A variable to control whether the page saves all data or not.
    RETURNS: 1 string-type variable.
    TIP: If set to ‘no’ nothing of the edit profile page will be saved.

  • wppb_edit_profile_posted_first_name
    DEFINITION: A variable to set the value of the submitted first name(default field).
    RETURNS: 1 string-type variable.
    TIP: Can be used to validate/alter the value sent. If set to an empty string (”) the submitted data will not be saved.

  • wppb_edit_profile_posted_last_name
    DEFINITION: A variable to set the value of the submitted last name(default field).
    RETURNS: 1 string-type variable.
    TIP: Can be used to validate/alter the value sent. If set to an empty string (”) the submitted data will not be saved.

  • wppb_edit_profile_posted_nickname
    DEFINITION: A variable to set the value of the submitted nickname(default field).
    RETURNS: 1 string-type variable.
    TIP: Can be used to validate/alter the value sent. If set to an empty string (”) the submitted data will not be saved.

  • wppb_edit_profile_posted_display_name
    DEFINITION: A variable to set the value of the submitted display name(default field).
    RETURNS: 1 string-type variable.
    TIP: Can be used to validate/alter the value sent. If set to an empty string (”) the submitted data will not be saved.

  • wppb_edit_profile_posted_website
    DEFINITION: A variable to set the value of the submitted website(default field).
    RETURNS: 1 string-type variable.
    TIP: Can be used to validate/alter the value sent. If set to an empty string (”) the submitted data will not be saved.

  • wppb_edit_profile_posted_aim
    DEFINITION: A variable to set the value of the submitted aim(default field).
    RETURNS: 1 string-type variable.
    TIP: Can be used to validate/alter the value sent. If set to an empty string (”) the submitted data will not be saved.

  • wppb_edit_profile_posted_yahoo
    DEFINITION: A variable to set the value of the submitted yahoo(default field).
    RETURNS: 1 string-type variable.
    TIP: Can be used to validate/alter the value sent. If set to an empty string (”) the submitted data will not be saved.

  • wppb_edit_profile_posted_jabber
    DEFINITION: A variable to set the value of the submitted jabber(default field).
    RETURNS: 1 string-type variable.
    TIP: Can be used to validate/alter the value sent. If set to an empty string (”) the submitted data will not be saved.

  • wppb_edit_profile_posted_bio
    DEFINITION: A variable to set the value of the submitted bio(default field).
    RETURNS: 1 string-type variable.
    TIP: Can be used to validate/alter the value sent. If set to an empty string (”) the submitted data will not be saved.

  • wppb_edit_profile_posted_email
    DEFINITION: A variable to set the value of the submitted email address(default field).
    RETURNS: 1 string-type variable.
    TIP: Can be used to validate/alter the value sent. If set to an empty string (”) the submitted data will not be saved.

  • wppb_edit_profile
    DEFINITION: Mixed filter, hold the filters in one single variable.
    RETURNS: 1 array structure.
    TIP: Can be used to modify sever parts of the edit profile screen at once.

  • wppb_edit_profile_input_custom_field_X
    DEFINITION: Filters the value for custom_field_X (where X is the id of the custom field and can be read from the back-end).
    RETURNS: 1 string-type variable.
    TIP: Can be used to set its value or to do something with the submitted data before saving it into the database.

  • wppb_edit_profile_display_name
    DEFINITION: A filter for the display name select.
    RETURNS: 1 string-type variable.
    TIP: Can be used to remove/alter this element.

  • wppb_edit_profile_error_uploading_attachment
    DEFINITION: A filter for the invalid extension error.
    RETURNS: 1 string-type variable.
    TIP: Can be used to edit/remove this error.

  • extraEditProfileFilter
    DEFINITION: A filter after the custom fields are displayed.
    RETURNS: 1 string-type variable.
    TIP: Can be used to add addition content to the edit profile page.

Back to top

Filters used on the “Userlisting” page

  • wppb_userlisting_top_back_button
    DEFINITION: Applied to the top “go back” button on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove the button.

  • wppb_userlisting_bottom_back_button
    DEFINITION: Applied to the bottom “go back” button on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove the button.

  • wppb_userlisting_name_row
    DEFINITION: Applied to the “Name” header on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_username_row
    DEFINITION: Applied to the “Username” on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row (along with the data if needed) from the table.

  • wppb_userlisting_firstname_row
    DEFINITION: Applied to the “Firstname” on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row (along with the data if needed) from the table.

  • wppb_userlisting_lastname_row
    DEFINITION: Applied to the “Lastname” on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row (along with the data if needed) from the table.

  • wppb_userlisting_nickname_row
    DEFINITION: Applied to the “Nickname” on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row (along with the data if needed) from the table.

  • wppb_userlisting_displayname_row
    DEFINITION: Applied to the “Display Name” on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row (along with the data if needed) from the table.

  • wppb_userlisting_contactinfo_row
    DEFINITION: Applied to the “Contact Info” header on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_website_row
    DEFINITION: Applied to the “Website” on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row (along with the data if needed) from the table.

  • wppb_userlisting_aboutyourself_row
    DEFINITION: Applied to the “About Yourself” header on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_bioinfo_row
    DEFINITION: Applied to the “Bio Info” on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row (along with the data if needed) from the table.

  • wppb_userlisting_customfield_header_row
    DEFINITION: Applied to the heading custom field on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_customfield_input_row
    DEFINITION: Applied to the input custom field on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_customfield_input_description_row
    DEFINITION: Applied to the input custom field’s description on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_customfield_checkbox_row
    DEFINITION: Applied to the checkbox custom field on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_customfield_checkbox_description_row
    DEFINITION: Applied to the checkbox custom field’s description on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_customfield_radio_row
    DEFINITION: Applied to the radio custom field on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_customfield_radio_description_row
    DEFINITION: Applied to the radio custom field’s description on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_customfield_select_row
    DEFINITION: Applied to the select custom field on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_customfield_select_description_row
    DEFINITION: Applied to the select custom field’s description on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_customfield_countryselect_row
    DEFINITION: Applied to the country-select custom field on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_customfield_countryselect_description_row
    DEFINITION: Applied to the country-select custom field’s description on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_customfield_timezone_row
    DEFINITION: Applied to the timezone custom field on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_customfield_timezone_description_row
    DEFINITION: Applied to the timezone custom field’s description on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_customfield_datepicker_row
    DEFINITION: Applied to the datepicker custom field on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_customfield_datepicker_description_row
    DEFINITION: Applied to the datepicker custom field’s description on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_customfield_textarea_row
    DEFINITION: Applied to the textarea custom field on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_customfield_textarea_description_row
    DEFINITION: Applied to the textarea custom field’s description on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_customfield_upload_row
    DEFINITION: Applied to the upload custom field on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_customfield_upload_desciption_row
    DEFINITION: Applied to the upload custom field’s description on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_customfield_avatar_row
    DEFINITION: Applied to the avatar custom field on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_customfield_avatar_description_row
    DEFINITION: Applied to the avatar custom field’s description on the “More Details” page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this row from the table.

  • wppb_userlisting_more_info
    DEFINITION: Applied to the “More Details” link on the userlisting page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this link.

  • wppb_userlisting_userlisting_table
    DEFINITION: Applied to the whole table on the userlisting page.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove the table and its contents.

  • wppb_userlisting_userlisting_table_pagination
    DEFINITION: Applied to the pagination of the userlisting table.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove the pagination.

  • wppb_not_logged_in_error_message
    DEFINITION: Applied to the error message when a not logged in user tries to acces the userlisting page, which was set as “restricted”.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this error message.

  • wppb_userlisting_get_users_param
    DEFINITION: Applied to the argument passed to the get_users functions when selecting the users from the database.
    RETURNS: 1 string-type variable.
    TIP: Can be used to add filtering conditions (e.g. display only subscribers).

  • wppb_userlisting_avatar_size
    DEFINITION: Applied to the argument passed to the function returning the avatar.
    RETURNS: 1 string-type variable.
    TIP: Can be used to add a different avatar dimension.

Back to top

Filters applied to the “Extra (Custom) Fields” only

  • wppb_X_header_custom_field_Y
    DEFINITION: A filter for the header custom field.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this custom field. X represents the page you want to affect (back_end, edit_profile and register), and Y represents the id (read from the back-end).

  • wppb_X_input_custom_field_Y
    DEFINITION: A filter for the input custom field.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this custom field. X represents the page you want to affect (back_end, edit_profile and register), and Y represents the id (read from the back-end).

  • wppb_X_hidden_input_custom_field_Y
    DEFINITION: A filter for the hidden input custom field.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this custom field. X represents the page you want to affect (back_end, edit_profile and register), and Y represents the id (read from the back-end).

  • wppb_X_checkbox_custom_field_Y
    DEFINITION: A filter for the checkbox custom field.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this custom field. X represents the page you want to affect (back_end, edit_profile and register), and Y represents the id (read from the back-end).

  • wppb_X_radio_custom_field_Y
    DEFINITION: A filter for the radio custom field.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this custom field. X represents the page you want to affect (back_end, edit_profile and register), and Y represents the id (read from the back-end).

  • wppb_X_select_custom_field_Y
    DEFINITION: A filter for the select custom field.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this custom field. X represents the page you want to affect (back_end, edit_profile and register), and Y represents the id (read from the back-end).

  • wppb_X_country_select_custom_field_Y
    DEFINITION: A filter for the country select custom field.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this custom field. X represents the page you want to affect (back_end, edit_profile and register), and Y represents the id (read from the back-end).

  • wppb_X_timezone_select_array
    DEFINITION: A filter for the array holding all the timezones do be displayed.
    RETURNS: 1 array-type variable.
    TIP: Can be used to change the content of this array. X represents the page you want to affect (back_end, edit_profile and register).

  • wppb_X_country_select_array
    DEFINITION: A filter for the array holding all the countries do be displayed.
    RETURNS: 1 array-type variable.
    TIP: Can be used to change the content of this array. X represents the page you want to affect (back_end, edit_profile and register).

  • wppb_X_timezone_select_custom_field_Y
    DEFINITION: A filter for the timezone select custom field.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this custom field. X represents the page you want to affect (back_end, edit_profile and register), and Y represents the id (read from the back-end).

  • wppb_X_datepicker_custom_field_Y
    DEFINITION: A filter for the datepicker custom field.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this custom field. X represents the page you want to affect (back_end, edit_profile and register), and Y represents the id (read from the back-end).

  • wppb_X_textarea_custom_field_Y
    DEFINITION: A filter for the textarea custom field.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this custom field. X represents the page you want to affect (back_end, edit_profile and register), and Y represents the id (read from the back-end).

  • wppb_X_upload_custom_field_Y
    DEFINITION: A filter for the upload custom field.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this custom field. X represents the page you want to affect (back_end, edit_profile and register), and Y represents the id (read from the back-end).

  • wppb_X_avatar_custom_field_Y
    DEFINITION: A filter for the avatar custom field.
    RETURNS: 1 string-type variable.
    TIP: Can be used to change/remove this custom field. X represents the page you want to affect (back_end, edit_profile and register), and Y represents the id (read from the back-end).

  • wppb_display_admin
    DEFINITION: Applied to the array which holds the extra fields in the admin area.
    RETURNS: 1 array.
    TIP: Can be used to alter the content of this array, e.g. reorder the inputs.

Back to top

Miscellaneous” page

  • wppb_image_crop_resize
    DEFINITION: Applied to the crop paramater used in the avatar resize function.
    RETURNS: 1 boolean-type variable.
    TIP: Can be used to switch between true and false (crop or resize).

Back to top