• Resolved Rajesh Kumar

    (@krajeshkumar)


    hi i want to use the css and jquery in my plugin. how i can do this?.

    I register those files but i can’t able to link with my plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Registering a file doesn’t load the file on the site. It just puts the file in a kind of ‘holding tank’ and makes it available with a convenient short name. To load the file you need to enqueue it– see wp_engueue_script and wp_enqueue_style.

    However, I’m not sure what you mean by “…can’t able to link with my plugin”. That sounds like you are doing something other than loading styles and scripts.

    Thread Starter Rajesh Kumar

    (@krajeshkumar)

    Thanks for the reply i solved my issue

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘registering the files at plugin creation’ is closed to new replies.