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-customcss.php +3 -6 2.4.19 → 2.2.10 View file →
@@ -8,11 +8,8 @@
8 8
9 9 if ( ! defined( 'ABSPATH' ) ) {
10 10 die; } // Cannot access pages directly.
11 11
12 -/**
13 - * SPS_CustomCSS
14 - */
15 12 class SPS_CustomCSS {
16 13
17 14 /**
18 15 * Custom CSS & JS settings.
@@ -23,15 +20,15 @@
23 20 public static function section( $prefix ) {
24 21 SP_PC::createSection(
25 22 $prefix,
26 23 array(
27 - 'title' => __( 'Custom CSS & JS', 'post-carousel' ),
24 + 'title' => __( 'Custom CSS & JS', 'smart-post-show' ),
28 25 'icon' => 'fa fa-css3',
29 26 'fields' => array(
30 27 array(
31 28 'id' => 'pcp_custom_css',
32 29 'type' => 'code_editor',
33 - 'title' => __( 'Custom CSS', 'post-carousel' ),
30 + 'title' => __( 'Custom CSS', 'smart-post-show' ),
34 31 'settings' => array(
35 32 'icon' => 'fa fa-sliders',
36 33 'theme' => 'mbo',
37 34 'mode' => 'css',
@@ -39,9 +36,9 @@
39 36 ),
40 37 array(
41 38 'id' => 'pcp_custom_js',
42 39 'type' => 'code_editor',
43 - 'title' => __( 'Custom JS', 'post-carousel' ),
40 + 'title' => __( 'Custom JS', 'smart-post-show' ),
44 41 'settings' => array(
45 42 'icon' => 'fa fa-sliders',
46 43 'theme' => 'monokai',
47 44 'mode' => 'javascript',