Filter the Divi Module Advanced Fields

The Divi theme developer documentation describes how to control the Advanced Field Types for a module's settings: that is, how to add / control advanced options such as background and font options to Divi modules.

There's a built-in filter for modifying these fields, which you can use like so:

add_filter("{$slug}_advanced_fields", "edit_advanced_fields", 10, 3);

function edit_advanced_fields($advanced_fields, $slug, $main_css_element) {
	return $advanced_fields;
}

This post may contain referral links which may earn a commission for this site

Divi Booster

Hundreds of new features for Divi
in one easy-to-use plugin

0 Comments

Submit a Comment

Comments are manually moderated and approved at the time they are answered. A preview is shown while pending but may disappear if your are cookies cleared - don't worry though, the comment is still in the queue.

Your email address will not be published. Required fields are marked *.