MCPcopy Create free account
hub / github.com/EqualifyEverything/equalify / get_default_view

Function get_default_view

models/view_components.php:15–20  ·  view source on GitHub ↗

* Get Default View */

()

Source from the content-addressed store, hash-verified

13 * Get Default View
14 */
15function get_default_view(){
16
17 // Set the default view if no other view is selected.
18 return "views/reports.php";
19
20}
21
22/**
23 * The Active Selection

Callers 2

index.phpFile · 0.85
the_paginationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected