rwmb_wysiwyg_settings

rwmb_wysiwyg_settings

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-stateless.3.4.1

apply_filters('rwmb_wysiwyg_settings') is found 1 times:

  • /vendor/wpmetabox/meta-box/inc/fields/wysiwyg.php line 72

    Warning: Undefined array key 76 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 77 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    			'dfw'          => true, // Use default WordPress full screen UI.
    		] );
    
    		// Keep the filter to be compatible with previous versions.
    		$field['options'] = apply_filters( 'rwmb_wysiwyg_settings', $field['options'] );
    
    		return $field;
    	}
    }