You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Description: Adds an "Add New" button to the Block Editor toolbar, so you can easily create new posts/pages/custom post types, as well as duplicate them.
* Author: Aurooba Ahmed
* Author URI: https://aurooba.com
* Text Domain: createwithrani-quickpost
* Domain Path: /languages
* Version: 0.1.5
*
* @package createwithrani-quickpost
*/
/**
* Registers all block assets so that they can be enqueued through Gutenberg in
* the corresponding context.
*
*/
function createwithrani_quickpost_script() {
$dir = dirname( __FILE__ );
$index_js = 'build/index.js';
$index_css = '/build/index.css';
// automatically load dependencies and version
$asset_file = include $dir . '/build/index.asset.php';