PluginProbe
Webling / 3.0
Webling v3.0
trunk 2.0 3.0 3.0.1 3.0.2 3.0.3 3.1.0 3.1.1 3.1.2 3.2.0 3.2.1 3.3.0 3.4.0 3.4.1 3.5.0 3.6.0 3.7.0 3.7.1 3.7.2 3.7.3 3.8.0 3.9.0 3.9.1 3.9.2
webling / src / admin / actions / init.php

init.php in Webling 3.0, at src/admin/actions/init.php

10 lines 196 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 function webling_admin_init()
4 {
5 register_setting('webling-options-group', 'webling-options');
6
7 // register cache state option
8 register_setting('webling-cache', 'webling-cache-state');
9 }
10