Lines:
1 to 20 of 20
<?php /** * WPSEO plugin file. * * @package WPSEO */ /* class WPSEO_Shortlinker */ /* function WPSEO_Shortlinker::collect_additional_shortlink_data() – Collects the additional data necessary for the shortlink. */ /* function WPSEO_Shortlinker::build_shortlink() – Builds a URL to use in the plugin as shortlink. */ /* function WPSEO_Shortlinker::get() – Returns a version of the URL with a utm_content with the current version. */ /* function WPSEO_Shortlinker::show() – Echoes a version of the URL with a utm_content with the current version. */ /* function WPSEO_Shortlinker::get_query_params() – Gets the shortlink’s query params. */ /* function WPSEO_Shortlinker::get_php_version() – Gets the current site’s PHP version, without the extra info. */ /* function WPSEO_Shortlinker::get_platform_version */ /* function WPSEO_Shortlinker::get_software() – Get our software and whether it’s active or not. */ /* function WPSEO_Shortlinker::get_days_active() – Gets the number of days the plugin has been active. */ /* function WPSEO_Shortlinker::get_user_language() – Gets the user’s language. */