Lines:
101 to 141 of 141
add_action( 'widgets_init', 'twentytwenty_sidebar_registration' ); /* function twentytwenty_block_editor_styles() – Enqueue supplemental block editor styles. */ add_action( 'enqueue_block_editor_assets', 'twentytwenty_block_editor_styles', 1, 1 ); /* function twentytwenty_classic_editor_styles() – Enqueue classic editor styles. */ add_action( 'init', 'twentytwenty_classic_editor_styles' ); /* function twentytwenty_add_classic_editor_customizer_styles() – Output Customizer settings in the classic editor. */ add_filter( 'tiny_mce_before_init', 'twentytwenty_add_classic_editor_customizer_styles' ); /* function twentytwenty_add_classic_editor_non_latin_styles() – Output non-latin font styles in the classic editor. */ add_filter( 'tiny_mce_before_init', 'twentytwenty_add_classic_editor_non_latin_styles' ); /* function twentytwenty_block_editor_settings() – Block Editor Settings. */ add_action( 'after_setup_theme', 'twentytwenty_block_editor_settings' ); /* function twentytwenty_read_more_tag() – Overwrite default more tag with styling and screen reader markup. */ add_filter( 'the_content_more_link', 'twentytwenty_read_more_tag' ); /* function twentytwenty_customize_controls_enqueue_scripts() – Enqueues scripts for customizer controls & settings. */ add_action( 'customize_controls_enqueue_scripts', 'twentytwenty_customize_controls_enqueue_scripts' ); /* function twentytwenty_customize_preview_init() – Enqueue scripts for the customizer preview. */ add_action( 'customize_preview_init', 'twentytwenty_customize_preview_init' ); /* function twentytwenty_get_color_for_area() – Get accessible color for an area. */ /* function twentytwenty_get_customizer_color_vars() – Returns an array of variables for the customizer preview. */ /* function twentytwenty_get_elements_array() – Get an array of elements. */