/home/vianto5/duettowers.mx/wp-content/plugins/code-snippets/php/Utils
NameSizeModeActions
Code_Highlighter.php10370644editdlrm
editor.php44330644editdlrm
i18n.php21400644editdlrm
options.php23640644editdlrm
requests.php5990644editdlrm
Validator.php90330644editdlrm
Edit: /home/vianto5/duettowers.mx/wp-content/plugins/code-snippets/php/Utils/Code_Highlighter.php (1037B)
true ] ); wp_register_style( self::PRISM_HANDLE, plugins_url( 'dist/prism.css', PLUGIN_FILE ), [], PLUGIN_VERSION ); } /** * Enqueue all available Prism themes. * * @return void */ public static function enqueue_all_prism_themes() { self::register_prism_assets(); wp_enqueue_style( self::PRISM_HANDLE ); wp_enqueue_script( self::PRISM_HANDLE ); } }