fs_asset_url()

Function: Generates an absolute URL to the given path. This function ensures that the URL will be correct whether the asset is inside a plugin’s folder or a theme’s folder.

Source: includes/pum-sdk/freemius/includes/fs-core-functions.php:86

Used by 0 functions | Uses 0 functions

Freemius::is_user_admin()

Method: Checks if the current user can activate plugins or switch themes. Note that this method should only be used after the `init` action is triggered because it is using `current_user_can()` which is only functional after the context user is authenticated.

Source: includes/pum-sdk/freemius/includes/class-freemius.php:17093

Used by 0 functions | Uses 0 functions

Freemius::get_unique_affix()

Method: Returns a string that can be used to generate a unique action name, option name, HTML element ID, or HTML element class.

Source: includes/pum-sdk/freemius/includes/class-freemius.php:15962

Used by 0 functions | Uses 0 functions

Freemius::is_plugin()

Method: Checks if the plugin’s type is “plugin”. The other type is “theme”.

Source: includes/pum-sdk/freemius/includes/class-freemius.php:12130

Used by 0 functions | Uses 0 functions