We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ab478 commit cbc047fCopy full SHA for cbc047f
src/hooks/shapes.md
@@ -45,9 +45,8 @@ To add new shape dividers in your theme, use the following code:
45
* Add additional shape dividers to Elementor.
46
*
47
* @since 1.0.0
48
- * @param array $additional_shapes Additional Elementor shape dividers.
49
*/
50
-function custom_elementor_shape_dividers( $additional_shapes ) {
+function custom_elementor_shape_dividers() {
51
return [
52
'shape-divider-1' => [
53
'title' => esc_html__( 'Shape divider 1', 'textdomain' ),
0 commit comments