Method | Description | |
---|---|---|
format_value ( mixed $value, string $slug, integer $post_id ) : array | Format the value of the property before it's returned to WordPress admin or the site. | |
get_default_settings ( ) : array | Get default settings. | |
html ( ) | Render property html. | |
mce_buttons ( array $buttons = [] ) : array | Filter TinyMCE buttons (Visual tab). |
Method | Description | |
---|---|---|
add_mce_buttons ( ) | Add filters to filter TinyMCE buttons. | |
reove_mce_buttons ( ) | Remove filters that filter TinyMCE buttons. |
protected add_mce_buttons ( ) |
public get_default_settings ( ) : array | ||
return | array |
public mce_buttons ( array $buttons = [] ) : array | ||
$buttons | array | |
return | array |
protected reove_mce_buttons ( ) |