PluginProbe
Powerkit – Supercharge your WordPress Site / 2.8.3
Powerkit – Supercharge your WordPress Site v2.8.3
3.1.1 3.1.0 3.0.9 3.0.8 trunk 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 All 87 releases
← All changes | modules/basic-elements/public/class-powerkit-basic-elements-public.php +1 -1 2.3.02.8.3 View file →
@@ -75,9 +75,9 @@
75 75 * @param string $content Shorcode Content.
76 76 * @param string $shortcode The name of the shortcode.
77 77 * @return string Shortcode result HTML.
78 78 */
79 - public function shortcode_display( $atts, $content = false, $shortcode ) {
79 + public function shortcode_display( $atts, $content = false, $shortcode = '' ) {
80 80 // Get all shortcodes.
81 81 $sections = apply_filters( 'powerkit_basic_shortcodes_ui_args', array() );
82 82
83 83 // Get Default Attrs.