iwpml-resolve-object-url.php 255 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 <?php interface IWPML_Resolve_Object_Url { /** * @param string $url * @param string $lang * * @return string|false Will return the resolved URL or `false` if it could not be resolved. */ public function resolve_object_url( $url, $lang ); }