| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/class-taxonomy-content-fields.php.tar |
wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-content-fields.php 0000644 00000000755 15112463472 0034416 0 ustar 00 home/xbodynamge/namtation <?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin
*/
/**
* This class parses all the values for the general tab in the Yoast SEO settings metabox.
*/
class WPSEO_Taxonomy_Content_Fields {
/**
* Returns array with the fields for the general tab.
*
* @deprecated 14.9
* @return array
*/
public function get() {
_deprecated_function( __METHOD__, '14.9', 'WPSEO_Taxonomy_Fields::get' );
$fields = new WPSEO_Taxonomy_Fields();
return $fields->get( 'social' );
}
}