Method |
Description |
|
get_featured ( ) : array |
Get featured for the addons screen |
|
get_section ( string $section_id ) : object | boolean |
Get section for the addons screen. |
|
get_section_data ( string $section_id ) : array |
Get section content for the addons screen. |
|
get_sections ( ) : array |
Get sections for the addons screen |
|
output ( ) |
Handles output of the addons page in admin. |
|
output_banner_block ( object $block ) |
Handles the outputting of a banner block. |
|
output_button ( string $url, string $text, string $theme, string $plugin = '' ) |
Outputs a button. |
|
output_column ( object $block ) |
Handles the outputting of a column. |
|
output_column_block ( object $block ) |
Handles the outputting of a column block. |
|
output_featured_sections ( array $sections ) |
Handles the outputting of featured sections |
|
output_small_dark_block ( object $block ) |
Handles the outputting of a small dark block. |
|
output_small_light_block ( object $block ) |
Handles the outputting of a small light block. |
|
output_storefront_button ( ) |
Handles the outputting of a contextually aware Storefront link (points to child themes if Storefront is already active). |
|