/home/techb158/balacoffee.com/wp-content/plugins/wpforms/src/Admin/Education/Builder
NameSizeModeActions
Captcha.php53800644editdlrm
Fields.php7830644editdlrm
Geolocation.php39000644editdlrm
Panel.php12760644editdlrm
Payments.php15230644editdlrm
Providers.php14320644editdlrm
Settings.php12340644editdlrm
Edit: /home/techb158/balacoffee.com/wp-content/plugins/wpforms/src/Admin/Education/Builder/Settings.php (1234B)
get_name() !== $panel ) { return; } $this->display_addons(); } /** * Ensure that we do not display activated addon items if those addons are not allowed according to the current license. * * @since 1.6.6 * * @param array $sections Settings sections. * * @return array */ public function filter_addons( $sections ) { $this->filter_not_allowed_addons( 'wpforms_builder_settings_sections' ); return $sections; } }