PHP Класс WPSEO_Social_Admin, wordpress-seo

Наследование: extends WPSEO_Metabox
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( ) Class constructor
get_meta_boxes ( string $post_type = 'post' ) : array Define the meta boxes for the Social tab
get_meta_section ( ) : WPSEO_Metabox_Tab_Section Returns the metabox section for the social settings.
og_data_compare ( WP_Post $post ) This method will compare opengraph fields with the posted values.
save_meta_boxes ( array $field_defs ) : array Filter over the meta boxes to save, this function adds the Social meta boxes.
tab_content ( ) : string
tab_header ( ) : string
translate_meta_boxes ( ) Translate text strings for use in the meta box

Приватные методы

Метод Описание
get_social_tab_content ( string $medium, array $meta_field_defs ) : string Generates the html for a social settings tab for one of the supported social media.

Описание методов

__construct() публичный Метод

Class constructor
public __construct ( )

get_meta_boxes() публичный Метод

Define the meta boxes for the Social tab
См. также: WPSEO_Meta::get_meta_field_defs()
Устаревший: 1.5.0
Устаревший: use WPSEO_Meta::get_meta_field_defs()
public get_meta_boxes ( string $post_type = 'post' ) : array
$post_type string Optional post type string.
Результат array Array containing the meta boxes

get_meta_section() публичный Метод

Returns the metabox section for the social settings.
public get_meta_section ( ) : WPSEO_Metabox_Tab_Section
Результат WPSEO_Metabox_Tab_Section

og_data_compare() публичный Метод

When fields are changed, the facebook cache will be purge.
public og_data_compare ( WP_Post $post )
$post WP_Post Post instance.

save_meta_boxes() публичный Метод

Filter over the meta boxes to save, this function adds the Social meta boxes.
public save_meta_boxes ( array $field_defs ) : array
$field_defs array Array of metaboxes to save.
Результат array

tab_content() публичный Метод

Устаревший: 3.0 Removed.
public tab_content ( ) : string
Результат string

tab_header() публичный Метод

Устаревший: 3.0 Removed.
public tab_header ( ) : string
Результат string

translate_meta_boxes() публичный статический Метод

IMPORTANT: if you want to add a new string (option) somewhere, make sure you add that array key to the main meta box definition array in the class WPSEO_Meta() as well!!!!
public static translate_meta_boxes ( )