Skip to content

Commit cbc047f

Browse files
Hooks: Update shape dividers (#317)
1 parent 95ab478 commit cbc047f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/hooks/shapes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ To add new shape dividers in your theme, use the following code:
4545
* Add additional shape dividers to Elementor.
4646
*
4747
* @since 1.0.0
48-
* @param array $additional_shapes Additional Elementor shape dividers.
4948
*/
50-
function custom_elementor_shape_dividers( $additional_shapes ) {
49+
function custom_elementor_shape_dividers() {
5150
return [
5251
'shape-divider-1' => [
5352
'title' => esc_html__( 'Shape divider 1', 'textdomain' ),

0 commit comments

Comments
 (0)