plugin_screen_hook_suffix; // add new section add_settings_field( 'module-cache-busting', __( 'Cache Busting', 'advanced-ads-pro' ), array( $this, 'render_settings' ), Advanced_Ads_Pro::OPTION_KEY . '-settings', Advanced_Ads_Pro::OPTION_KEY . '_modules-enable' ); } public function render_settings() { include dirname( __FILE__ ) . '/views/settings.php'; } }