← All changes
|
modules/basic-elements/public/class-powerkit-basic-elements-public.php
+1
-1
2.3.0
→
2.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. |