Scripts::print_footer_scripts()

Summary

No summary available.

Source

File: src/BigCommerce/Assets/Admin/Scripts.php

	public function print_footer_scripts() {
		// do not enqueue gutenberg scripts

		wp_enqueue_script( 'bigcommerce-admin-scripts' );

		// since footer scripts have already printed, process the queue again on the next available action
		add_action( "admin_footer-" . $GLOBALS[ 'hook_suffix' ], '_wp_footer_scripts' );
	}

User Contributed Notes

You must log in before being able to contribute a note or feedback.