Classes

UM_Extended final

ExtendsNothing
ImplementsNothing
UsesNothing

\UM_Extended Constants

This class has not constants.

\UM_Extended Methods

__call ( )


Call function

public function __call( string $name, array $arguments ) : void
ParameterType(s)Description
$namestringFunction name.
$argumentsarrayFunction args.

instance ( ) static


Main UM_Extended Instance

public static function instance(  ) : \UM

Description:

Ensures only one instance of UM is loaded or can be loaded.

Sincev1.0
See also\UM()

Returns:

  • Main instance

um_extended_construct ( )


Dynamically load extensions.

public function um_extended_construct(  ) : void

Description:

Directory name and class should match patterns: e.g. directory 'um-user-shortcode' should have a class UM_Extended_User_Shortcode

\UM_Extended Inherited methods

This class has not inherited methods.

\UM_Extended Properties

$instance static


Instance

protected static $instance;

Types:

  • \UM_Extended

$classes


Core object

public $classes = array();

Types:

  • array

$funcs


Functions

public $funcs = array();

Types:

  • array

\UM_Extended Inherited properties

This class has not inherited properties.

UM_Extended_API

Class Core to handle all plugin initialization.

ExtendsNothing
ImplementsNothing
UsesNothing
Sincev2.0.0

\UM_Extended_API Constants

This class has not constants.

\UM_Extended_API Methods

__construct ( )


Init

public function __construct(  ) : void

dev_refresh_runtime ( )


Adds the RefreshRuntime.

public function dev_refresh_runtime(  ) : void
Sincev2.0.0

disable_all_active ( )


Disable All Active extensions

public function disable_all_active(  ) : void

extended_menu ( )


Register Menu

public function extended_menu(  ) : void

extension_activate ( )


Activate Extension

public function extension_activate(  ) : void

extension_deactivate ( )


Deactivate Extension

public function extension_deactivate(  ) : void

extensions ( )


Get Extensions

public function extensions(  ) : void

get_active_extensions ( )


Get Active Extensions

public function get_active_extensions(  ) : void

get_dev_url ( )


Return the dev URL.

private function get_dev_url(  ) : string
Sincev4.1.9

Returns:

The dev URL.

get_manifest ( )


Get the manifest to load assets from.

private function get_manifest(  ) : array
Sincev4.1.9

Returns:

An array of files.

js_handle ( )


Get the JS asset handle.

public function js_handle( string $asset = '' ) : string
ParameterType(s)Description
$asset optionalstringThe asset to find the handle for.
Sincev2.0.0

Returns:

The asset handle.

js_preload_imports ( )


Preload JS imports.

private function js_preload_imports( string $url ) : void
ParameterType(s)Description
$urlstringThe asset to load imports for.
Sincev2.0.0

live_url ( )


Live Plugin URL

public function live_url( string $asset ) : void
ParameterType(s)Description
$assetstringAsset name.
Sincev2.0.0

load_manifest ( )


Load Asset from Manifest

public function load_manifest( string $asset, boolean $css_dependencies = false ) : void
ParameterType(s)Description
$assetstringThe asset name.
$css_dependencies optionalbooleanWhether dependencies are CSS.

register_js ( )


Register the JS to enqueue.

public function register_js( string $asset, array $dependencies = array(), mixed $data = null, string $object_name = 'um_extended' ) : void
ParameterType(s)Description
$assetstringThe script to load.
$dependencies optionalarrayAn array of dependencies.
$data optionalmixedAny data to be localized.
$object_name optionalstringThe object name to use when localizing.
Sincev2.0.0

register_styles ( )


Register the CSS to enqueue.

public function register_styles( string $asset, string $handle ) : void
ParameterType(s)Description
$assetstringThe script to load.
$handlestringHandle name.
Sincev2.0.0

script_loader_tag ( )


Filter the script loader tag if this is our script.

public function script_loader_tag( string $tag, string $handle = '', string $src = '' ) : string
ParameterType(s)Description
$tagstringThe tag that is going to be output.
$handle optionalstringThe handle for the script.
$src optionalstringThe source.
Sincev4.1.9

Returns:

The modified tag.

settings_page ( )


Settings page

public function settings_page(  ) : void

\UM_Extended_API Inherited methods

This class has not inherited methods.

\UM_Extended_API Properties

$domain


Domain

private $domain = 'um.x';

Types:

  • mixed

$port


Port

private $port = '5173';

Types:

  • mixed

$assets


Port

private $assets = array('settings');

Types:

  • mixed

$dev_runtime_loaded


Dev Runtime is loaded?

private $dev_runtime_loaded = false;

Types:

  • mixed

\UM_Extended_API Inherited properties

This class has not inherited properties.

UM_WPCLI\Commands\Developer

Class Core to handle all plugin initialization.

ExtendsNothing
ImplementsNothing
UsesNothing
Sincev1.0.0

\UM_WPCLI\Commands\Developer Constants

This class has not constants.

\UM_WPCLI\Commands\Developer Methods

__construct ( )


Init

public function __construct( string $file = null ) : void
ParameterType(s)Description
$file optionalstringFilename.

create_core_files ( )


Create core file

public function create_core_files( string $namespace, string $directory, string $root_plugin_dir, string $plugin_root_dir ) : void
ParameterType(s)Description
$namespacestringNamespace.
$directorystringDirectory path.
$root_plugin_dirstringRoot Plugin directory.
$plugin_root_dirstringPlugin roo directory without path.

handle ( )


Scaffold

public function handle( string $namespace, string $directory, string $output = 'composer.json' ) : void
ParameterType(s)Description
$namespacestringNamespace.
$directorystringDirectory source.
$output optionalstringFile output.

scaffold ( )


Create Scaffold Command: wp um dev scaffold <namespace>

public function scaffold( array $args, array $assoc_args ) : void
ParameterType(s)Description
$argsarrayCommand arguments.
$assoc_argsarrayAssociated arguments.

\UM_WPCLI\Commands\Developer Inherited methods

This class has not inherited methods.

\UM_WPCLI\Commands\Developer Properties

This class has not properties.

\UM_WPCLI\Commands\Developer Inherited properties

This class has not inherited properties.

UM_WPCLI\Commands\Stripe

Class Stripe to handle all plugin initialization.

ExtendsNothing
ImplementsNothing
UsesNothing
Sincev1.0.0

\UM_WPCLI\Commands\Stripe Constants

This class has not constants.

\UM_WPCLI\Commands\Stripe Methods

__construct ( )


Init

public function __construct(  ) : void

\UM_WPCLI\Commands\Stripe Inherited methods

This class has not inherited methods.

\UM_WPCLI\Commands\Stripe Properties

This class has not properties.

\UM_WPCLI\Commands\Stripe Inherited properties

This class has not inherited properties.

UM_Extended_Block_Emails\Core

Class Core to handle all plugin initialization.

ExtendsNothing
ImplementsNothing
UsesNothing
Sincev1.0.0

\UM_Extended_Block_Emails\Core Constants

API_URL


CDN API URL

API_URL = 'https://rawcdn.githack.com/disposable/disposable-email-domains/master/domains.json';

Type: mixed

\UM_Extended_Block_Emails\Core Methods

__construct ( )


Init

public function __construct( string $file ) : void
ParameterType(s)Description
$filestringName of the File.
Sincev1.0.0

merge_disposable_emails ( )


Merge Disposble Emails with Blocked Emails

public function merge_disposable_emails( string $emails ) : void
ParameterType(s)Description
$emailsstringExisting emails.

plugin_activation ( )


Sync list on plugin activation

public function plugin_activation(  ) : void
Sincev1.0.0

update_blacklist ( )


Update Disposable Email Providers

public function update_blacklist(  ) : void
Sincev1.0.0

\UM_Extended_Block_Emails\Core Inherited methods

This class has not inherited methods.

\UM_Extended_Block_Emails\Core Properties

This class has not properties.

\UM_Extended_Block_Emails\Core Inherited properties

This class has not inherited properties.

UM_Extended_Browser_Detect\Core

Class Core to handle all plugin initialization.

ExtendsNothing
ImplementsNothing
UsesNothing
Sincev1.0.0

\UM_Extended_Browser_Detect\Core Constants

This class has not constants.

\UM_Extended_Browser_Detect\Core Methods

__construct ( )


Init

public function __construct(  ) : void

add_predefined_fields ( )


Add Predefined fields

public function add_predefined_fields( array $predefined_fields ) : array
ParameterType(s)Description
$predefined_fieldsarrayPredefined fields.
Sincev1.0.0

Returns:

$predefined_fields

render_hidden_field ( )


Render Hidden Field

public function render_hidden_field( string $output, array $data ) : string
ParameterType(s)Description
$outputstringHTML output.
$dataarrayField Data.

\UM_Extended_Browser_Detect\Core Inherited methods

This class has not inherited methods.

\UM_Extended_Browser_Detect\Core Properties

This class has not properties.

\UM_Extended_Browser_Detect\Core Inherited properties

This class has not inherited properties.

UM_Extended_Capitalize_Name\Core

Class Core to handle all plugin initialization.

ExtendsNothing
ImplementsNothing
UsesNothing
Sincev1.0.0

\UM_Extended_Capitalize_Name\Core Constants

This class has not constants.

\UM_Extended_Capitalize_Name\Core Methods

__construct ( )


Init

public function __construct(  ) : void

admin_notices ( )


Display required server module

public function admin_notices(  ) : void

apply_capitalization ( )


Apply capitlization to the Display Name globally

public function apply_capitalization( string $name ) : \UM_Extended_Capitalize_Name\string`
ParameterType(s)Description
$namestringName of a User.
Sincev1.0.0

column_content ( )


Adds Display Name in the column

public function column_content( string $value, string $column_name, integer $user_id ) : string
ParameterType(s)Description
$valuestringColumn value.
$column_namestringColumn name.
$user_idintegerthe user ID in the loop.
Sincev1.0.0

Returns:

$value modified value.

display_name_column ( )


Adds Custom Column To Users List Table

public function display_name_column( array $columns ) : void
ParameterType(s)Description
$columnsarrayUser table columns.

hooks ( )


Apply Capitalization

public function hooks(  ) : void

validate_names ( )


Validate Names with different cases

public function validate_names( string $name, string $encoding = 'UTF-8' ) : string
ParameterType(s)Description
$namestringName.
$encoding optionalstringString encoding.
Sincev1.0.0

\UM_Extended_Capitalize_Name\Core Inherited methods

This class has not inherited methods.

\UM_Extended_Capitalize_Name\Core Properties

This class has not properties.

\UM_Extended_Capitalize_Name\Core Inherited properties

This class has not inherited properties.

UM_Extended_Country_Flag\Core

Class Core to handle all plugin initialization.

ExtendsNothing
ImplementsNothing
UsesNothing
Sincev1.0.0

\UM_Extended_Country_Flag\Core Constants

This class has not constants.

\UM_Extended_Country_Flag\Core Methods

__construct ( )


Init

public function __construct(  ) : void

display_flag ( )


Display Country Flag.

public function display_flag(  ) : void

enqueue_library ( )


Enqueue Country Flag library.

public function enqueue_library(  ) : void

plugin_url ( )


Get Plugin URL

public function plugin_url(  ) : void

\UM_Extended_Country_Flag\Core Inherited methods

This class has not inherited methods.

\UM_Extended_Country_Flag\Core Properties

This class has not properties.

\UM_Extended_Country_Flag\Core Inherited properties

This class has not inherited properties.

UM_Extended_Cover_Photo\Core

Class Core to handle all plugin initialization.

ExtendsNothing
ImplementsNothing
UsesNothing
Sincev1.0.0

\UM_Extended_Cover_Photo\Core Constants

This class has not constants.

\UM_Extended_Cover_Photo\Core Methods

__construct ( )


Init

public function __construct(  ) : void

cover_photo_script ( )


Clear cover photo cache

public function cover_photo_script(  ) : void

delete_cover_photo_from_account ( )


Delete cover photo via the account form

public function delete_cover_photo_from_account(  ) : void

field_settings_type_min_height ( )


Min Height field option

public function field_settings_type_min_height( string $edit_mode_value ) : void
ParameterType(s)Description
$edit_mode_valuestringField value.

field_settings_type_min_width ( )


Min Width field option

public function field_settings_type_min_width( string $edit_mode_value ) : void
ParameterType(s)Description
$edit_mode_valuestringField value.

modify_field_option ( )


Add columns in field settings

public function modify_field_option( array $fields ) : array
ParameterType(s)Description
$fieldsarrayField settings.

Returns:

$fields

photo_name ( )


Change filename

public function photo_name( string $dir, string $filename, string $ext ) : void
ParameterType(s)Description
$dirstringDirectory name.
$filenamestringUploading file name.
$extstringExtension of the uploading file.

predefined_fields ( )


Add new predefined field "Cover Photo" in UM Form Builder.

public function predefined_fields( array $arr ) : void
ParameterType(s)Description
$arrarrayfield array settings.

set_cover_photo ( )


Multiply Cover Photo with different sizes

public function set_cover_photo( integer $user_id, array $args ) : void
ParameterType(s)Description
$user_idintegerthe user ID.
$argsarrayField settings.

set_temp_user_id ( )


Set Temporary user id

public function set_temp_user_id(  ) : void

um_user_pre_updating_files_array ( )


Remove cover photo field from the default uploader for Profile forms

public function um_user_pre_updating_files_array( array $files ) : array
ParameterType(s)Description
$filesarrayFiles.

Returns:

$files

upload_handler ( )


Set handler callback for filename

public function upload_handler( array $override_handler ) : void
ParameterType(s)Description
$override_handlerarrayWP Media uploader handler.

\UM_Extended_Cover_Photo\Core Inherited methods

This class has not inherited methods.

\UM_Extended_Cover_Photo\Core Properties

This class has not properties.

\UM_Extended_Cover_Photo\Core Inherited properties

This class has not inherited properties.

UM_Extended_Cron_Delete\Core

Class Core to handle all plugin initialization.

ExtendsNothing
ImplementsNothing
UsesNothing
Sincev1.0.0

\UM_Extended_Cron_Delete\Core Constants

This class has not constants.

\UM_Extended_Cron_Delete\Core Methods

__construct ( )


Init

public function __construct(  ) : void

delete_users_awaiting_email ( )


Delete Users awating email

public function delete_users_awaiting_email(  ) : void

\UM_Extended_Cron_Delete\Core Inherited methods

This class has not inherited methods.

\UM_Extended_Cron_Delete\Core Properties

This class has not properties.

\UM_Extended_Cron_Delete\Core Inherited properties

This class has not inherited properties.

UM_Extended_Cronjob_Activation_Email\Core

Class Core to handle all plugin initialization.

ExtendsNothing
ImplementsNothing
UsesNothing
Sincev1.0.0

\UM_Extended_Cronjob_Activation_Email\Core Constants

This class has not constants.

\UM_Extended_Cronjob_Activation_Email\Core Methods

__construct ( )


Init

public function __construct(  ) : void

resend_activation_notify ( )


Resend email confirmation link to those users with expired secret hash

public function resend_activation_notify(  ) : void

\UM_Extended_Cronjob_Activation_Email\Core Inherited methods

This class has not inherited methods.

\UM_Extended_Cronjob_Activation_Email\Core Properties

This class has not properties.

\UM_Extended_Cronjob_Activation_Email\Core Inherited properties

This class has not inherited properties.

UM_Extended_Dummy_Accounts\Core

Class Core to handle all plugin initialization.

ExtendsNothing
ImplementsNothing
UsesNothing
Sincev1.0.0

\UM_Extended_Dummy_Accounts\Core Constants

This class has not constants.

\UM_Extended_Dummy_Accounts\Core Methods

__construct ( )


Init

public function __construct(  ) : void

admin_addon_hook ( )


Admin Form hook

public function admin_addon_hook( string $hook ) : void
ParameterType(s)Description
$hookstringForm hook.

admin_init ( )


Admin Init

public function admin_init(  ) : void

admin_menu ( )


Register Admin Menu

public function admin_menu(  ) : void

content ( )


Menu content

public function content(  ) : void

disable_emails ( )


Disable Email handler

public function disable_emails(  ) : void

render_form ( )


Admin Render Form

public function render_form(  ) : void

\UM_Extended_Dummy_Accounts\Core Inherited methods

This class has not inherited methods.

\UM_Extended_Dummy_Accounts\Core Properties

$content


Content

public $content;

Types:

  • mixed

\UM_Extended_Dummy_Accounts\Core Inherited properties

This class has not inherited properties.

UM_Extended_Fields_Counter\Core

Class Core to handle all plugin initialization.

ExtendsNothing
ImplementsNothing
UsesNothing
Sincev1.0.0

\UM_Extended_Fields_Counter\Core Constants

This class has not constants.

\UM_Extended_Fields_Counter\Core Methods

__construct ( )


Init

public function __construct(  ) : void

assets ( )


Register Assets

public function assets(  ) : void

field_length_limit ( )


Add field attributes

public function field_length_limit( array $field_atts, string $key, array $data ) : void
ParameterType(s)Description
$field_attsarrayField attributes.
$keystringField key / meta key.
$dataarrayField data.

plugin_url ( )


Get Plugin URL

public function plugin_url(  ) : void

\UM_Extended_Fields_Counter\Core Inherited methods

This class has not inherited methods.

\UM_Extended_Fields_Counter\Core Properties

This class has not properties.

\UM_Extended_Fields_Counter\Core Inherited properties

This class has not inherited properties.

UM_Extended_Math_Captcha\Core

Class Core to handle all plugin initialization.

ExtendsNothing
ImplementsNothing
UsesNothing
Sincev1.0.0

\UM_Extended_Math_Captcha\Core Constants

This class has not constants.

\UM_Extended_Math_Captcha\Core Methods

__construct ( )


Init

public function __construct(  ) : void

add_field ( )


Render Captcha Field

public function add_field(  ) : void

validate ( )


Validate Captcha

public function validate( array $post_form ) : void
ParameterType(s)Description
$post_formarrayForm data.

\UM_Extended_Math_Captcha\Core Inherited methods

This class has not inherited methods.

\UM_Extended_Math_Captcha\Core Properties

$cpa


PHP-based Simple Math Captcha

public $cpa;

Types:

  • \Kmlpandey77\MathCaptcha\Captcha

$key


Math Captcha field's name

public $key = 'um_math_challenge';

Types:

  • string

\UM_Extended_Math_Captcha\Core Inherited properties

This class has not inherited properties.

UM_Extended_Pass_Strength\Core

Class Core to handle all plugin initialization.

ExtendsNothing
ImplementsNothing
UsesNothing
Sincev1.0.0

\UM_Extended_Pass_Strength\Core Constants

This class has not constants.

\UM_Extended_Pass_Strength\Core Methods

__construct ( )


Init

public function __construct(  ) : void

enqueue_assets ( )


Enqueue Assets

public function enqueue_assets(  ) : void
Sincev1.0.1

load_translations ( )


Add languages

public function load_translations(  ) : void

plugin_dir ( )


Get Plugin Path

public function plugin_dir(  ) : void
Sincev1.0.1

plugin_url ( )


Get Plugin URL

public function plugin_url(  ) : void
Sincev1.0.0

\UM_Extended_Pass_Strength\Core Inherited methods

This class has not inherited methods.

\UM_Extended_Pass_Strength\Core Properties

This class has not properties.

\UM_Extended_Pass_Strength\Core Inherited properties

This class has not inherited properties.

UM_Extended_Profile_Photo\Core

Class Core to handle all plugin initialization.

ExtendsNothing
ImplementsNothing
UsesNothing
Sincev1.0.0

\UM_Extended_Profile_Photo\Core Constants

This class has not constants.

\UM_Extended_Profile_Photo\Core Methods

__construct ( )


Init

public function __construct(  ) : void

delete_profile_photo_from_account ( )


Delete Profile Photo via the account form

public function delete_profile_photo_from_account(  ) : void

field_settings_type_min_height ( )


Min Height field option

public function field_settings_type_min_height( string $edit_mode_value ) : void
ParameterType(s)Description
$edit_mode_valuestringField value.

field_settings_type_min_width ( )


Min Width field option

public function field_settings_type_min_width( string $edit_mode_value ) : void
ParameterType(s)Description
$edit_mode_valuestringField value.

modify_field_option ( )


Add columns in field settings

public function modify_field_option( array $fields ) : array
ParameterType(s)Description
$fieldsarrayField settings.

Returns:

$fields

photo_name ( )


Change filename

public function photo_name( string $dir, string $filename, string $ext ) : void
ParameterType(s)Description
$dirstringDirectory name.
$filenamestringUploading file name.
$extstringExtension of the uploading file.

predefined_fields ( )


Add new predefined field "Profile Photo" in UM Form Builder.

public function predefined_fields( array $arr ) : void
ParameterType(s)Description
$arrarrayfield array settings.

profile_photo_script ( )


Clear Profile Photo cache

public function profile_photo_script(  ) : void

set_profile_photo ( )


Multiply Profile Photo with different sizes

public function set_profile_photo( integer $user_id, array $args ) : void
ParameterType(s)Description
$user_idintegerthe user ID.
$argsarrayField settings.

set_temp_user_id ( )


Set Temporary user id

public function set_temp_user_id(  ) : void

um_user_pre_updating_files_array ( )


Remove Profile Photo field from the default uploader for Profile forms

public function um_user_pre_updating_files_array( array $files ) : array
ParameterType(s)Description
$filesarrayFiles.

Returns:

$files

upload_handler ( )


Set handler callback for filename

public function upload_handler( array $override_handler ) : void
ParameterType(s)Description
$override_handlerarrayWP Media uploader handler.

\UM_Extended_Profile_Photo\Core Inherited methods

This class has not inherited methods.

\UM_Extended_Profile_Photo\Core Properties

This class has not properties.

\UM_Extended_Profile_Photo\Core Inherited properties

This class has not inherited properties.

UM_Extended_Profile_slug\Enqueue

Class Enqueue to handle all plugin initialization.

Extends\
ImplementsNothing
UsesNothing
Sincev1.0.0

\UM_Extended_Profile_slug\Enqueue Constants

This class has not constants.

\UM_Extended_Profile_slug\Enqueue Methods

__construct ( )


Init

public function __construct(  ) : void

admin_enqueue ( )


Admin Enqueue scripts & styles.

public function admin_enqueue(  ) : void

enqueue ( )


Frontend Enqueue scripts & styles.

public function enqueue(  ) : void

\UM_Extended_Profile_slug\Enqueue Inherited methods

This class has not inherited methods.

\UM_Extended_Profile_slug\Enqueue Properties

This class has not properties.

\UM_Extended_Profile_slug\Enqueue Inherited properties

This class has not inherited properties.

UM_Extended_Profile_Slug\Core

Class Core to handle all plugin initialization.

ExtendsNothing
ImplementsNothing
UsesNothing
Sincev1.0.0

\UM_Extended_Profile_Slug\Core Constants

This class has not constants.

\UM_Extended_Profile_Slug\Core Methods

__construct ( )


Init

public function __construct(  ) : void

modify_nav_links ( )


Modify Nav Links in Profile forms

public function modify_nav_links(  ) : void

plugin_url ( )


Get Plugin URL

public function plugin_url(  ) : void

profile_page_link ( )


Modify Profile URLs

public function profile_page_link( string $permalink, integer $post_id ) : void
ParameterType(s)Description
$permalinkstringPermalink.
$post_idintegerPost ID.

redirect ( )


Redirect to formatted Tab Slug

public function redirect(  ) : void

rewrite_rules ( )


Rewrite rules

public function rewrite_rules(  ) : void

\UM_Extended_Profile_Slug\Core Inherited methods

This class has not inherited methods.

\UM_Extended_Profile_Slug\Core Properties

This class has not properties.

\UM_Extended_Profile_Slug\Core Inherited properties

This class has not inherited properties.

UM_Extended_Regenerate_Thumbnails\Core

Class Core to handle all plugin initialization.

ExtendsNothing
ImplementsNothing
UsesNothing
Sincev1.0.0

\UM_Extended_Regenerate_Thumbnails\Core Constants

This class has not constants.

\UM_Extended_Regenerate_Thumbnails\Core Methods

__construct ( )


Init

public function __construct(  ) : void

add_submenu ( )


Add Submenu

public function add_submenu(  ) : void

menu_content ( )


Form

public function menu_content(  ) : void

process_resize ( )


Regenerate Thumbnails

public function process_resize(  ) : void

\UM_Extended_Regenerate_Thumbnails\Core Inherited methods

This class has not inherited methods.

\UM_Extended_Regenerate_Thumbnails\Core Properties

$processed_users


Processed Users

public $processed_users = '';

Types:

  • mixed

\UM_Extended_Regenerate_Thumbnails\Core Inherited properties

This class has not inherited properties.

UM_Extended_Set_Password\Core

Class Core to handle all plugin initialization.

ExtendsNothing
ImplementsNothing
UsesNothing
Sincev1.0.0

\UM_Extended_Set_Password\Core Constants

This class has not constants.

\UM_Extended_Set_Password\Core Methods

__construct ( )


Init

public function __construct(  ) : void

add_email_template_placeholder ( )


Add set password placeholder tag

public function add_email_template_placeholder( array $placeholders ) : void
ParameterType(s)Description
$placeholdersarrayPlaceholder array.

change_password_set_message ( )


Add custom message for Login

public function change_password_set_message( string $success, string $key ) : void
ParameterType(s)Description
$successstringSuccess Message.
$keystringMessage key.

password_has_changed ( )


Redirect with parameter to set Password text

public function password_has_changed( integer $user_id ) : void
ParameterType(s)Description
$user_idintegerUser ID.

set_password_add_replace_placeholder ( )


Generate set password link for placeholder

public function set_password_add_replace_placeholder( array $replace_placeholders ) : void
ParameterType(s)Description
$replace_placeholdersarray.

set_password_text ( )


Set Password text

public function set_password_text(  ) : void

\UM_Extended_Set_Password\Core Inherited methods

This class has not inherited methods.

\UM_Extended_Set_Password\Core Properties

This class has not properties.

\UM_Extended_Set_Password\Core Inherited properties

This class has not inherited properties.

UM_Extended_User_Shortcode\Core

Class Core to handle all plugin initialization.

ExtendsNothing
ImplementsNothing
UsesNothing
Sincev1.0.0

\UM_Extended_User_Shortcode\Core Constants

This class has not constants.

\UM_Extended_User_Shortcode\Core Methods

__construct ( )


Init

public function __construct(  ) : void

shortcode ( )


Returns a user meta value Usage [um_user user_id="" meta_key="" ] // leave user_id empty if you want to retrive the current user's meta value.

public function shortcode( array $atts ) : void
ParameterType(s)Description
$attsarrayshortcode attributes.

Description:

meta_key is the field name that you've set in the UM form builder You can modify the return meta_value with filter hook 'um_user_shortcode_filter__{$meta_key}'

\UM_Extended_User_Shortcode\Core Inherited methods

This class has not inherited methods.

\UM_Extended_User_Shortcode\Core Properties

This class has not properties.

\UM_Extended_User_Shortcode\Core Inherited properties

This class has not inherited properties.

UM_Extended_Vcard\Core

Class Core to handle all plugin initialization.

ExtendsNothing
ImplementsNothing
UsesNothing
Sincev1.0.0

\UM_Extended_Vcard\Core Constants

This class has not constants.

\UM_Extended_Vcard\Core Methods

__construct ( )


Init

public function __construct(  ) : void

add_field ( )


Add Vcard predefined field.

public function add_field( array $fields ) : void
ParameterType(s)Description
$fieldsarraypredefined fields array.

block_removing ( )


Don't remove the vcard.vcf file from the members' folder.

public function block_removing( boolean $can_unlink, integer $user_id, string $str ) : boolean
ParameterType(s)Description
$can_unlinkbooleanCan unlink or not.
$user_idintegerUser ID.
$strstringFile name.
See also\um\core\Uploader::remove_unused_uploads()

generate ( )


Generate VCard on profile update

public function generate( integer $user_id ) : void
ParameterType(s)Description
$user_idintegerThe current user's ID.

image_encode ( )


Image Encode

public function image_encode( string $path ) : string
ParameterType(s)Description
$pathstringVcard File path.

\UM_Extended_Vcard\Core Inherited methods

This class has not inherited methods.

\UM_Extended_Vcard\Core Properties

This class has not properties.

\UM_Extended_Vcard\Core Inherited properties

This class has not inherited properties.

UM_Extended_Yoast_Seo\Core

Class Core to handle all plugin initialization.

ExtendsNothing
ImplementsNothing
UsesNothing
Sincev1.0.0

\UM_Extended_Yoast_Seo\Core Constants

This class has not constants.

\UM_Extended_Yoast_Seo\Core Methods

__construct ( )


Init

public function __construct(  ) : void

author_link ( )


Change author URLs to UM Profile URLs in Author archive sitemap

public function author_link( string $link, integer $author_id, string $author_nicename ) : void
ParameterType(s)Description
$linkstringAuthor Link.
$author_idintegerAuthor ID.
$author_nicenamestringAuthor Name.

change_opengraph_image_url ( )


Change Twitter/Open Graph Image URL

public function change_opengraph_image_url( string $url ) : void
ParameterType(s)Description
$urlstringOpen Graph Image URL.

change_opengraph_type ( )


Change Open Graph Type to Profile

public function change_opengraph_type( string $type ) : void
ParameterType(s)Description
$typestringOpen Graph Type.

opengraph_title ( )


Change OpenGraph/Twitter Title to UM Profile Title.

public function opengraph_title( string $name ) : void
ParameterType(s)Description
$namestringOpen graph title.

Description:

Go to UM > Settings > Misc > see "User Profile Title" & "User Profile Dynamic Meta Description"

opengraph_url ( )


Change Open Graph URL to UM Profile URL

public function opengraph_url( string $url ) : void
ParameterType(s)Description
$urlstringOpen Graph URL.

profile_dynamic_meta_desc ( )


Add extra meta tags not available from Yoast SEO to the User Profile Page

public function profile_dynamic_meta_desc(  ) : void

sitemap_exclude_author ( )


Add all UM Profiles to Author archive sitemap

public function sitemap_exclude_author( array $users ) : void
ParameterType(s)Description
$usersarrayUsers.

um_custom_wpseo_opengraph_site ( )


Change Twitter site/creator account to UM field twitter value

public function um_custom_wpseo_opengraph_site( string $site ) : void
ParameterType(s)Description
$sitestringSite creator/account.

user_yoast_canonical ( )


Change canonical URL to UM Profile URL

public function user_yoast_canonical( string $url ) : string
ParameterType(s)Description
$urlstringCanonical URL.

Returns:

$url

wpseo_get_twitter_id ( )


Get twitter ID from string URL

public function wpseo_get_twitter_id( string $id ) : string
ParameterType(s)Description
$idstringTwitter ID.

\UM_Extended_Yoast_Seo\Core Inherited methods

This class has not inherited methods.

\UM_Extended_Yoast_Seo\Core Properties

This class has not properties.

\UM_Extended_Yoast_Seo\Core Inherited properties

This class has not inherited properties.

UM_WPCLI\Core

Class Core to handle all plugin initialization.

ExtendsNothing
ImplementsNothing
UsesNothing
Sincev1.0.0

\UM_WPCLI\Core Constants

This class has not constants.

\UM_WPCLI\Core Methods

__construct ( )


Init

public function __construct(  ) : void

\UM_WPCLI\Core Inherited methods

This class has not inherited methods.

\UM_WPCLI\Core Properties

This class has not properties.

\UM_WPCLI\Core Inherited properties

This class has not inherited properties.


Auto-generated at: 2024-12-20, 1:00 PM
Last Updated:
Contributors: Champ Camba