Methods
91 to 120 of 277
- Jetpack::get_active_modules() – Get a list of activated modules as an array of module slugs.
- Jetpack::get_active_plan() – Get the plan that this Jetpack site is currently using
- Jetpack::get_active_plugins() – Gets all plugins currently active in values, regardless of whether they’re traditionally activated or network activated.
- Jetpack::get_additional_stat_data() – Get additional stat data to sync to WPCOM
- Jetpack::get_assumed_site_creation_date() – Get our assumed site creation date.
- Jetpack::get_available_modules() – List available Jetpack modules. Simply lists .php files in /modules/.
- Jetpack::get_avatar_url() – Wrapper for core’s get_avatar_url(). This one is deprecated.
- Jetpack::get_calypso_env() – Return Calypso environment value; used for developing Jetpack and pairing it with different Calypso enrionments, such as localhost.
- Jetpack::get_calypso_host() – Returns the hostname with protocol for Calypso.
- Jetpack::get_cloud_site_options() – Pings the WordPress.com Mirror Site for the specified options.
- Jetpack::get_connected_user_data() – Get the wpcom user data of the current|specified connected user.
- Jetpack::get_connected_user_email() – Get the wpcom email of the current|specified connected user.
- Jetpack::get_content_width() – Get $content_width, but with a <s>twist</s> filter.
- Jetpack::get_default_modules() – Default modules loaded on activation.
- Jetpack::get_file_data() – Like core’s get_file_data implementation, but caches the result.
- Jetpack::get_file_url_for_environment() – Given a minified path, and a non-minified path, will return a minified or non-minified file URL based on whether SCRIPT_DEBUG is set and truthy.
- Jetpack::get_i18n_data_json() – Get i18n strings as a JSON-encoded string
- Jetpack::get_jetpack_options_for_reset() –
- Jetpack::get_locale() – Get the locale.
- Jetpack::get_log() – Get the internal event log.
- Jetpack::get_master_user_email() – Get the wpcom email of the master user.
- Jetpack::get_max_execution_time() – Builds the timeout limit for queries talking with the wpcom servers.
- Jetpack::get_module_path() – Generate a module’s path from its slug.
- Jetpack::get_module_slug() – Extract a module’s slug from its full path.
- Jetpack::get_module() – Load module data from module file. Headers differ from WordPress plugin headers to avoid them being identified as standalone plugins on the WordPress plugins page.
- Jetpack::get_option_names() –
- Jetpack::get_option() – Returns the requested option. Looks in jetpack_options or jetpack_$name as appropriate.
- Jetpack::get_other_linked_admins() – Checks to see if there are any other users available to become primary Users must both: – Be linked to wpcom – Be an admin
- Jetpack::get_parsed_plugin_data() – Gets and parses additional plugin data to send with the heartbeat data
- Jetpack::get_parsed_theme_data() – Gets and parses theme data to send with the heartbeat data