websites that work for you
Quick function to delete a view.
This is basically what the UI form submit does.
<?phpfunction delete_view($name) { $view = views_ui_cache_load($name); $view->delete(); views_object_cache_clear('view', $view->name);}?>
Written on 2nd of July 2010
Got something to add - just enter a comment all other fields are optional.
More information about formatting options
Post new comment
Got something to add - just enter a comment
all other fields are optional.