%s', __( 'Addons', 'orderable' ), __( 'Pro', 'orderable' ) ), 'manage_options', 'orderable-product-addons', array( __CLASS__, 'product_addons_page' ), 10 ); } /** * Product addons page. */ public static function product_addons_page() { Orderable_Settings::upgrade_page_content( __( 'Product Addons', 'orderable' ) ); } }