You appear to be a bot. Output may be restricted
Description
Returns the API URL to use when requesting translation information.
Usage
$string = Yoast_I18n_v3::get_api_url();
Parameters
Returns
string
Source
File name: wordpress-seo/vendor/yoast/i18n-module/src/i18n-v3.php
Lines:
1 to 8 of 8
private function get_api_url() { if ( empty( $this->api_url ) ) { $this->api_url = trailingslashit( $this->glotpress_url ) . 'api/projects/' . $this->project_slug; } return $this->api_url; }