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/class-sps-metaboxes.php +4 -30 2.4.21 → 2.2.10 View file →
@@ -23,9 +23,9 @@
23 23 public static function layout_metabox( $prefix ) {
24 24 SP_PC::createMetabox(
25 25 $prefix,
26 26 array(
27 - 'title' => __( 'Smart Post Show', 'post-carousel' ),
27 + 'title' => __( 'Smart Post Show', 'smart-post-show' ),
28 28 'post_type' => 'sp_post_carousel',
29 29 'show_restore' => false,
30 30 'context' => 'normal',
31 31 )
@@ -33,36 +33,10 @@
33 33
34 34 SPS_Layout::section( $prefix );
35 35
36 36 }
37 +
37 38 /**
38 - * Preview metabox.
39 - *
40 - * @param string $prefix The metabox main Key.
41 - * @return void
42 - */
43 - public static function preview_metabox( $prefix ) {
44 - SP_PC::createMetabox(
45 - $prefix,
46 - array(
47 - 'title' => __( 'Live Preview', 'post-carousel' ),
48 - 'post_type' => 'sp_post_carousel',
49 - 'show_restore' => false,
50 - 'context' => 'normal',
51 - )
52 - );
53 - SP_PC::createSection(
54 - $prefix,
55 - array(
56 - 'fields' => array(
57 - array(
58 - 'type' => 'preview',
59 - ),
60 - ),
61 - )
62 - );
63 - }
64 - /**
65 39 * Option Metabox function
66 40 *
67 41 * @param string $prefix The metabox key.
68 42 * @return void
@@ -70,9 +44,9 @@
70 44 public static function option_metabox( $prefix ) {
71 45 SP_PC::createMetabox(
72 46 $prefix,
73 47 array(
74 - 'title' => __( 'View Options', 'post-carousel' ),
48 + 'title' => __( 'View Options', 'smart-post-show' ),
75 49 'post_type' => 'sp_post_carousel',
76 50 'show_restore' => false,
77 51 'theme' => 'light',
78 52 )
@@ -93,9 +67,9 @@
93 67 public static function shortcode_metabox( $prefix ) {
94 68 SP_PC::createMetabox(
95 69 $prefix,
96 70 array(
97 - 'title' => __( 'How To Use', 'post-carousel' ),
71 + 'title' => __( 'How To Use', 'smart-post-show' ),
98 72 'post_type' => 'sp_post_carousel',
99 73 'context' => 'side',
100 74 'show_restore' => false,
101 75 )