Astra_Menu::add_astra_woo_suggestions_link( array $tabs )
Add Astra~Woo Suggestions plugin tab link.
Description
Parameters
- $tabs
-
(array) (Required) Plugin tabs.
Return
(array)
Source
File: admin/includes/class-astra-menu.php
public function add_astra_woo_suggestions_link( $tabs ) { if ( class_exists( 'WooCommerce' ) ) { $tabs['astra-woo'] = esc_html__( 'For ', 'astra' ) . self::$page_title . '~Woo'; } return $tabs; }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
4.7.3 | Introduced. |