Inventory_Presser_Admin_Editor_Sidebar::hooks()
hooks
Contents
Description Description
Adds hooks
Return Return
(void)
Source Source
File: includes/admin/class-admin-editor-sidebar.php
function hooks() { add_action( 'enqueue_block_editor_assets', array( $this, 'sidebar_plugin_script_enqueue' ) ); add_action( 'init', array( $this, 'sidebar_plugin_register' ) ); add_action( 'admin_enqueue_scripts', array( $this, 'include_javascript_backbone' ) ); }
Expand full source code Collapse full source code View on Github