Skip to content

Instantly share code, notes, and snippets.

@ibrahim-kardi
Created November 4, 2021 06:50
Show Gist options
  • Save ibrahim-kardi/44e167cd14394f6ad99e1d2e913a2ca3 to your computer and use it in GitHub Desktop.
Save ibrahim-kardi/44e167cd14394f6ad99e1d2e913a2ca3 to your computer and use it in GitHub Desktop.
function custom_scripts_method() {
/* CSS */
wp_enqueue_style( 'custom-style', home_url('/wp-content/plugins/qubely/assets/css/qubely.bundle.min.css'));
}
add_action( 'wp_enqueue_scripts', 'custom_scripts_method' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment