Lines:
1 to 19 of 19
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ /* class WPSEO_Admin_Asset */ /* function WPSEO_Admin_Asset::__construct() – Constructs an instance of the WPSEO_Admin_Asset class. */ /* function WPSEO_Admin_Asset::get_name() – Returns the asset identifier. */ /* function WPSEO_Admin_Asset::get_src() – Returns the path to the asset. */ /* function WPSEO_Admin_Asset::get_deps() – Returns the asset dependencies. */ /* function WPSEO_Admin_Asset::get_version() – Returns the asset version. */ /* function WPSEO_Admin_Asset::get_media() – Returns the media type for CSS assets. */ /* function WPSEO_Admin_Asset::is_in_footer() – Returns whether a script asset should be loaded in the footer of the page. */ /* function WPSEO_Admin_Asset::has_rtl() – Returns whether this CSS has a RTL counterpart. */ /* function WPSEO_Admin_Asset::get_suffix() – Returns the file suffix. */