Methods
1 to 30 of 33
- Functions::expand_synced_post_type() – Return information about a synced post type.
- Functions::file_system_write_access() – Returns true if the site has file write access false otherwise.
- Functions::get_hosting_provider_by_known_class() – Return a hosting provider using a set of known classes.
- Functions::get_hosting_provider_by_known_constant() – Return a hosting provider using a set of known constants.
- Functions::get_hosting_provider_by_known_function() – Return a hosting provider using a set of known functions.
- Functions::get_hosting_provider() – Return hosting provider.
- Functions::get_modules() – Return array of Jetpack modules.
- Functions::get_paused_plugins() – Return list of paused plugins.
- Functions::get_paused_themes() – Return list of paused themes.
- Functions::get_plugins_action_links() – Get custom action link tags that the plugin is using Ref: https://codex.wordpress.org/Plugin_API/Filter_Reference/plugin_action_links_(plugin_file_name)
- Functions::get_plugins() – Return filtered value of get_plugins.
- Functions::get_post_type_features() – Returns site’s post_type_features.
- Functions::get_post_types() – Return array of registered post types.
- Functions::get_protocol_normalized_url() – Return URL with a normalized protocol.
- Functions::get_raw_or_filtered_url() – Helper function that is used when getting home or siteurl values. Decides whether to get the raw or filtered value.
- Functions::get_raw_url() – Return URL from option or PHP constant.
- Functions::get_shortcodes() – Return array of registered shortcodes.
- Functions::get_taxonomies() – Return array of taxonomies registered on the site.
- Functions::get_theme_support() – Return the theme’s supported features.
- Functions::get_timezone() – Determine time zone from WordPress’ options "timezone_string" and "gmt_offset".
- Functions::home_url() – Return the escaped home_url.
- Functions::is_version_controlled() – Finds out if a site is using a version control system.
- Functions::main_network_site_url() – Return main site URL with a normalized protocol.
- Functions::main_network_site_wpcom_id() – Return main site WordPress.com site ID.
- Functions::normalize_www_in_url() – Normalize domains by removing www unless declared in the site’s option.
- Functions::rest_api_allowed_post_types() – Return array of allowed REST API post types.
- Functions::rest_api_allowed_public_metadata() – Return array of allowed REST API public metadata.
- Functions::roles() – Return roles registered on the site.
- Functions::sanitize_post_type() – Sanitizes by cloning post type object.
- Functions::sanitize_taxonomy() – Removes any callback data since we will not be able to process it on our side anyways.