php - What does slug mean here? -


function your_function_name() {     wp_enqueue_style('my-script-slug',  get_stylesheet_directory_uri() . '/your_style.css'); } 

i saw on forum "my-script-slug", should write here ? don't understand...

thanks !

the script slug name can pick yourself. used refer script in other situations, instance when declaring dependency.


Comments

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -