PATH:
home
/
lab2454c
/
transferwit.elementalrock.com
/
wp-content
/
themes
/
oceanwp
/
inc
/
third
<?php /** * Generate Dynamic CSS for Gutenberg Editor * * @package OceanWP WordPress theme */ // Start and run class if( ! class_exists( 'OceanWP_Gutenberg_Editor' ) ) { class OceanWP_Gutenberg_Editor { /** * Main Class Constructor * * @since 1.5.33 */ public function __construct() { // After setup theme - Gutenberg add_action( 'after_setup_theme', array( $this, 'gutenberg_support' ), 10 ); } public static function gutenberg_support() { // Adding Gutenberg support add_theme_support( 'align-wide' ); add_theme_support( 'wp-block-styles' ); add_theme_support( 'responsive-embeds' ); add_theme_support( 'editor-styles' ); add_editor_style( 'assets/css/gutenberg/gutenberg-editor.min.css' ); } } } return new OceanWP_Gutenberg_Editor();
[-] class-social-login.php
[edit]
[-] class-learndash.php
[edit]
[-] class-bbpress.php
[edit]
[-] class-gutenberg.php
[edit]
[+]
..
[-] class-amp.php
[edit]
[-] class-pwa.php
[edit]
[-] class-sensei.php
[edit]
[-] class-elementor.php
[edit]
[-] class-lifterlms.php
[edit]
[-] class-buddypress.php
[edit]
[-] class-beaver-themer.php
[edit]