mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-03 12:12:25 +08:00
4 lines
115 B
Text
4 lines
115 B
Text
add_filter( 'alm_settings', function( $options ) {
|
|
$options['_alm_btn_color'] = 'infinite';
|
|
return $options;
|
|
});
|