PluginProbe
Filter Everything — WordPress & WooCommerce Filters / 1.9.7
Filter Everything — WordPress & WooCommerce Filters v1.9.7
1.9.7 1.9.6 1.9.5 1.9.4 1.9.3 1.9.2.2 1.9.2.1 trunk 1.2.1 1.2.3 1.2.4 1.2.5 1.3.0 1.3.1 1.3.2 1.4.1 1.4.4 1.4.5 1.4.8 1.4.9 1.5.0 1.5.1 1.6.0 1.6.1 1.6.2 All 52 releases
← All changes | views/admin/filters-seo-rules.php +5 -5 1.5.11.9.7 View file →
@@ -1,9 +1,9 @@
1 1 <?php
2 2
3 - if ( ! defined('WPINC') ) {
4 - wp_die();
5 - }
3 +if ( ! defined('ABSPATH') ) {
4 + exit;
5 +}
6 6
7 7 $fields = flrt_get_seo_rules_fields( $post->ID );
8 8 $post_type = flrt_extract_vars($fields, array('rule_post_type') );
9 9 $postType = reset( $post_type );
@@ -31,12 +31,12 @@
31 31 <td class="wpc-filter-label-td">
32 32 <label class="wpc-filter-label">
33 33 <?php esc_html_e('Filters Combination', 'filter-everything'); ?>
34 34 </label>
35 - <p class="wpc-field-description"><?php esc_html_e('Specify filter or filters combination for which you need to set SEO data', 'filter-everything'); ?></p>
35 + <p class="wpc-field-description"><?php esc_html_e('Specify the filter or filters combination for which you need to set SEO data', 'filter-everything'); ?></p>
36 36 <?php echo flrt_help_tip(
37 37 wp_kses(
38 - __('For example you need to set SEO data for the page with URL path:<br />/color-blue/size-large/<br />For this purpose you have to select filters «Color» and «Size» only.<br />If you want to create common template for all color and size values, please chose<br />«Any Color» and «Any Size». If you need to set SEO data for specific Color and Size, please chose specific values like «Blue» and «Large».', 'filter-everything'),
38 + __('For example, you need to set SEO data for the page with URL path:<br />/color-blue/size-large/<br />For this purpose, you have to select filters «Color» and «Size» only.<br />If you want to create a common template for all color and size values, please choose <br />«Any Color» and «Any Size». If you need to set SEO data for specific Color and Size, please choose specific values like «Blue» and «Large».', 'filter-everything'),
39 39 array('br' => array() )
40 40 ), true ); ?>
41 41 </td>
42 42 <td class="wpc-filter-field-td">