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

c++ - list<myClass<int> * > sort -

c - Defining floating point constants, how many digits are useful? -