Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8219003
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T13:00:00+00:00 2026-06-07T13:00:00+00:00

I am working on admin panel for wordpress, I need to add my styles

  • 0

I am working on admin panel for wordpress, I need to add my styles and scripts into admin panel.
e.g.

function framework_js () {
    wp_register_script('jq_js', get_template_directory_uri() .  '/js/jquery.jqtransform.js', array('jquery'), true);
    wp_register_script('fk_script', get_template_directory_uri() . '/js/fk-script.js');

    wp_enqueue_script('jq_js');
    wp_enqueue_script('fk_script');

}
add_action('wp_enqueue_script', 'framework_js');

function framework_css() {
    wp_register_style('jq_css', get_template_directory_uri() . '/js/jqtransform.css');

    wp_enqueue_style('jq_css');
}
add_action('wp_enqueue_script', 'framework_css');`

The issue that I wnat to know is:
How can I check these script have been added or not, is possible to use FireBug, if so? how??
Or is there and other way???

Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T13:00:02+00:00Added an answer on June 7, 2026 at 1:00 pm

    In webkit you can check the Network or Resources tab of the developer tools. The network tab is shown below.

    enter image description here

    Firebug has similar functionality.

    enter image description here

    You could also just check the page source for the <script> and <link> tags in the <head>.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently working on the admin section of a Wordpress plugin and I need
i've been working on a theme options panel for wordpress. but i've run into
I have a custom post_type created in wordpress admin control panel. all is working
My insert and update pages (through my admin forlder) into mysql stopped working. When
I have table in wordpress admin panel: <tr> <td><input style=width:80% type=text name=ism value= /></td>
Okay so I'm working on an admin panel, in which everything should always be
My admin panel of my website is no longer working after the php updated
i am working on a php site from the admin panel i am updating
I want to hide the Admin Panel menu item from visitor, without going into
I'm working on a project where the admin panel is just a shell that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.