Mobile Menu Dropdown When Clicking Link Instead of Arrow

function my_ocean_localize_array( $array ) {
	$array['sidrDropdownTarget'] = 'li';
	return $array;
}
add_filter( 'ocean_localize_array', 'my_ocean_localize_array' );

All PHP snippets should be added via a child theme's functions.php file.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.