Skip to content

Instantly share code, notes, and snippets.

@ag7-alexis
Created January 17, 2022 20:54
Show Gist options
  • Save ag7-alexis/d6d949fab694bf7af6af6496a0f0373f to your computer and use it in GitHub Desktop.
Save ag7-alexis/d6d949fab694bf7af6af6496a0f0373f to your computer and use it in GitHub Desktop.
wp_register_style(
'ag7/ag7-pdf-viewer-editor-css', // Handle.
MY_PLUGIN_URL . 'blocks/dist/blocks.editor.build.css', // Block editor CSS.
array('wp-edit-blocks'), // Dependency to include the CSS after it.
null // filemtime( plugin_dir_path( __DIR__ ) . 'dist/blocks.editor.build.css' ) // Version: File modification time.
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment