diff options
Diffstat (limited to 'inc/core/builder')
-rw-r--r-- | inc/core/builder/class-astra-builder-options.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/core/builder/class-astra-builder-options.php b/inc/core/builder/class-astra-builder-options.php index 4046448..f0cfc32 100644 --- a/inc/core/builder/class-astra-builder-options.php +++ b/inc/core/builder/class-astra-builder-options.php @@ -1045,7 +1045,7 @@ function prepare_button_defaults( $defaults, $index ) { $defaults[ 'header-' . $_prefix . '-text' ] = __( 'Button', 'astra' ); $defaults[ 'header-' . $_prefix . '-link-option' ] = array( - 'url' => apply_filters( 'astra_site_url', 'https://www.wpastra.com' ), + 'url' => apply_filters( 'astra_site_url', 'https://www.adelielinux.org/' ), 'new_tab' => false, 'link_rel' => '', ); @@ -1126,7 +1126,7 @@ function prepare_button_defaults( $defaults, $index ) { $defaults[ 'footer-' . $_prefix . '-text' ] = __( 'Button', 'astra' ); $defaults[ 'footer-' . $_prefix . '-link-option' ] = array( - 'url' => apply_filters( 'astra_site_url', 'https://www.wpastra.com' ), + 'url' => apply_filters( 'astra_site_url', 'https://www.adelielinux.org/' ), 'new_tab' => false, 'link_rel' => '', ); |