Skip to content

Filter: apple_news_json_editor_ace_theme

kevinfodness edited this page Oct 23, 2020 · 1 revision

apply_filters( 'apple_news_json_editor_ace_theme', string $theme, string $component, string $field_name )

Modifies the JSON editor theme.

Parameters

$theme

(string) The ACE theme to use.

$component

(string) The component currently being edited.

$field_name

(string) The field currently being edited.

Source

admin/partials/page-json.php

Clone this wiki locally