Skip to content

Toggle

The toggle field displays a toggle switch. It can be used to represent an on/off or true/false state.

'removeEmojiScripts' => [
'type' => 'toggle',
'label' => esc_html__( 'Remove Emoji Scripts', 'fieldify' ),
'description' => esc_html__( 'Remove emoji scripts from your site.', 'fieldify' ),
'permission' => 'administrator',
],