+
+
+
- Designed with WordPress
+ WordPress';
+ echo sprintf(
+ /* Translators: Designed with WordPress */
+ esc_html__( 'Designed with %1$s', 'quickwp' ),
+ $wordpress_link
+ );
+ ?>
diff --git a/patterns/hero-3.php b/patterns/hero-3.php
index c18dd0e..3aade76 100644
--- a/patterns/hero-3.php
+++ b/patterns/hero-3.php
@@ -8,7 +8,7 @@
$quickwp_strings = apply_filters( 'quickwp_strings', array() );
$images = array(
- QUICKWP_URL . 'assets/images/qwp-img-09.webp',
+ apply_filters( 'quickwp/hero-3/image', QUICKWP_URL . 'assets/images/qwp-img-09.webp' ),
);
?>
@@ -21,7 +21,7 @@
-
+
@@ -29,7 +29,7 @@
@@ -37,7 +37,7 @@
@@ -45,7 +45,7 @@
@@ -59,7 +59,7 @@
diff --git a/patterns/hero-cover.php b/patterns/hero-cover.php
index e02dc78..177a20e 100644
--- a/patterns/hero-cover.php
+++ b/patterns/hero-cover.php
@@ -8,28 +8,28 @@
$quickwp_strings = apply_filters( 'quickwp_strings', array() );
$images = array(
- QUICKWP_URL . 'assets/images/qwp-img-09.webp',
+ apply_filters( 'quickwp/hero-cover/image', QUICKWP_URL . 'assets/images/qwp-img-09.webp' ),
);
?>
diff --git a/patterns/testimonial-centered.php b/patterns/testimonial-centered.php
index ae4e5d9..8431c1d 100644
--- a/patterns/testimonial-centered.php
+++ b/patterns/testimonial-centered.php
@@ -8,7 +8,7 @@
$quickwp_strings = apply_filters( 'quickwp_strings', array() );
$images = array(
- QUICKWP_URL . 'assets/images/qwp-img-04.webp',
+ apply_filters( 'quickwp/testimonial-centered/image', QUICKWP_URL . 'assets/images/qwp-img-04.webp' ),
);
?>
@@ -21,7 +21,7 @@
-
+
@@ -29,7 +29,7 @@
-
+
diff --git a/patterns/testimonial-on-background.php b/patterns/testimonial-on-background.php
index 493d56e..abef73d 100644
--- a/patterns/testimonial-on-background.php
+++ b/patterns/testimonial-on-background.php
@@ -8,7 +8,7 @@
$quickwp_strings = apply_filters( 'quickwp_strings', array() );
$images = array(
- QUICKWP_URL . 'assets/images/qwp-img-02.webp',
+ apply_filters( 'quickwp/testimonial-on-background/image', QUICKWP_URL . 'assets/images/qwp-img-02.webp' ),
);
?>
@@ -17,7 +17,7 @@
-
+
@@ -31,7 +31,7 @@
-
+