diff options
author | Zach van Rijn <me@zv.io> | 2021-07-23 17:02:47 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-07-23 17:02:47 -0500 |
commit | cd208764a0f631b5d72fcf272e819f4c013a68dc (patch) | |
tree | 66f576b84fb290c9d1a219493e5d5f5a93aa9123 /inc/customizer/configurations/layout/class-astra-footer-layout-configs.php | |
parent | 74a3674d0446456f0a6f43433b96aa77ad2e4c69 (diff) | |
download | blog-ng-cd208764a0f631b5d72fcf272e819f4c013a68dc.tar.gz blog-ng-cd208764a0f631b5d72fcf272e819f4c013a68dc.tar.bz2 blog-ng-cd208764a0f631b5d72fcf272e819f4c013a68dc.tar.xz blog-ng-cd208764a0f631b5d72fcf272e819f4c013a68dc.zip |
Remove more nag notices.
Diffstat (limited to 'inc/customizer/configurations/layout/class-astra-footer-layout-configs.php')
-rw-r--r-- | inc/customizer/configurations/layout/class-astra-footer-layout-configs.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/inc/customizer/configurations/layout/class-astra-footer-layout-configs.php b/inc/customizer/configurations/layout/class-astra-footer-layout-configs.php index 79da36a..677fd88 100644 --- a/inc/customizer/configurations/layout/class-astra-footer-layout-configs.php +++ b/inc/customizer/configurations/layout/class-astra-footer-layout-configs.php @@ -453,20 +453,6 @@ if ( ! class_exists( 'Astra_Footer_Layout_Configs' ) ) { ), ), - /** - * Option: Learn More about Footer Widget - */ - array( - 'name' => ASTRA_THEME_SETTINGS . '[ast-footer-widget-more-feature-description]', - 'type' => 'control', - 'control' => 'ast-description', - 'section' => 'section-footer-adv', - 'priority' => 999, - 'label' => '', - 'help' => '<p>' . __( 'More Options Available in Astra Pro!', 'astra' ) . '</p><a href="' . astra_get_pro_url( 'https://wpastra.com/pro/', 'customizer', 'learn-more', 'upgrade-to-pro' ) . '" class="button button-secondary" target="_blank" rel="noopener">' . __( 'Learn More', 'astra' ) . '</a>', - 'settings' => array(), - ), - ); $configurations = array_merge( $configurations, $config ); |