mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-02 12:02:25 +08:00
3 lines
111 B
Text
3 lines
111 B
Text
add_filter( 'dgwt/wcas/settings/load_value/key=enable_mobile_overlay', function () {
|
|
return 'off';
|
|
}, 15);
|