PluginProbe
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News / 2.2.10
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News v2.2.10
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 2.3.5 2.3.6 2.4.0 2.4.1 2.4.10 2.4.11 2.4.12 2.4.13 2.4.14 2.4.15 2.4.16 2.4.17 2.4.18 2.4.19 2.4.2 2.4.20 2.4.21 All 88 releases
← All changes | admin/views/configs/settings/class-sps-advanced.php +3 -3 2.4.19 → 2.2.10 View file →
@@ -23,16 +23,16 @@
23 23 public static function section( $prefix ) {
24 24 SP_PC::createSection(
25 25 $prefix,
26 26 array(
27 - 'title' => __( 'Advanced Settings', 'post-carousel' ),
27 + 'title' => __( 'Advanced Settings', 'smart-post-show' ),
28 28 'icon' => 'fa fa-cogs',
29 29 'fields' => array(
30 30 array(
31 31 'id' => 'pcp_delete_all_data',
32 32 'type' => 'checkbox',
33 - 'title' => __( 'Clean-up Data on Deletion', 'post-carousel' ),
34 - 'help' => __( 'Delete all Smart Post Show data from the database on plugin uninstalling and deletion.', 'post-carousel' ),
33 + 'title' => __( 'Clean-up Data on Deletion', 'smart-post-show' ),
34 + 'help' => __( 'Delete all Smart Post Show data from the database on plugin uninstalling and deletion.', 'smart-post-show' ),
35 35 'default' => false,
36 36 ),
37 37 ),
38 38 )