Skip to content

Commit b538f85

Browse files
committed
add advanced filtering mention
1 parent 485981d commit b538f85

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

includes/layouts/feedzy-pro.php

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
</ul>
3838
<ul class="fz-pro-features-table-row">
3939
<li class="features-info">
40-
<h3 class="h3"><?php esc_html_e( 'Filter by Keyword(s) or Time Range', 'feedzy-rss-feeds' ); ?></h3>
40+
<h3 class="h3"><?php esc_html_e( 'Advanced Filtering', 'feedzy-rss-feeds' ); ?></h3>
4141
<p>
42-
<?php esc_html_e( 'With this feature you can filter feed items, and Display or Exclude items if the title or content contains specific keyword(s). Additionally you can select a date range to import items within the selected date.', 'feedzy-rss-feeds' ); ?>
42+
<?php esc_html_e( 'With robust filtering options, you can include items matching any condition, filter by fields like title, description, or custom fields, and use operators like contains, equals, or regex for precise control.', 'feedzy-rss-feeds' ); ?>
4343
</p>
4444
</li>
4545
<li class="free" data-label="Free">
@@ -121,15 +121,14 @@
121121
<li class="features-info">
122122
<h3 class="h3">
123123
<?php
124-
// translators: %s: OpenAI (ChatGPT)
125-
echo sprintf( esc_html__( '%s Support', 'feedzy-rss-feeds' ), __( 'OpenAI (ChatGPT)', 'feedzy-rss-feeds' ) );
124+
echo esc_html__( 'AI Support', 'feedzy-rss-feeds' );
126125
?>
127-
<span class="pro-label"><?php esc_html_e( 'Answer a few questions to help us improve Feedzy', 'feedzy-rss-feeds' ); ?></span>
126+
<span class="pro-label"><?php esc_html_e( 'Developer & Agency plans', 'feedzy-rss-feeds' ); ?></span>
128127
</h3>
129128
<p>
130129
<?php
131-
/* translators: %s: OpenAI API */
132-
echo sprintf( esc_html__( 'Using the %s integration, paraphrase, summarize, generate missing featured images, or apply your custom prompt to the imported content.', 'feedzy-rss-feeds' ), __( 'OpenAI API', 'feedzy-rss-feeds' ) );
130+
/* translators: %s: OpenAI (ChatGPT) or OpenRouter */
131+
echo sprintf( esc_html__( 'Using the %s integration, paraphrase, summarize, generate missing featured images, or apply your custom prompt to the imported content.', 'feedzy-rss-feeds' ), __( 'OpenAI (ChatGPT) or OpenRouter', 'feedzy-rss-feeds' ) );
133132
?>
134133
</p>
135134
</li>

0 commit comments

Comments
 (0)