Lines:
1 to 17 of 17
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ /** * Represents a way to determine an assets location. */ interface WPSEO_Admin_Asset_Location { /* function get_url() – Determines the URL of the asset on the dev server. */ }