IMO, since
the timepicker will be used only in the admin area
, then YES, it is okay you place the 3rd party files into the admin/js
and admin/css
folders respectively.
With that, you (also other developers) can be able to clearly know where to find files that corresponds to their respective views.
Public Folder: For files that will be used in the frontend
Admin Folder: For files that will only be used in the backend.
Related Posts:
- Is there any plugin development framework
- How do I add CSS options to my plugin without using inline styles?
- How to override existing plugin action with new action
- Add custom TinyMCE 4 Button, Usable since WordPress 3.9-beta1
- Is wp-content/install.php a Drop-in?
- Handling results from data hooked into admin_post
- How do I create links at the top of WP_List_table?
- get_template_part from plugin
- Why Does get_posts() Return an Empty Set?
- How to create collections that are edited in admin?
- Get list of available wordpress actions
- Where to enqueue stylesheets for plugin?
- How can i list current author’s categories?
- stray elements
- Deletion of shared options using uninstall.php
- Rest Api How to get results of child categories with one api call
- Plugin Settings not Saving on Ajax re-ordered table
- How to store accumulate multiple option values in a single array using Options_API
- Add Post and Comments menu no longer visible
- Undefined function wp_set_password
- WordPress password reset – why post rp_key?
- How to modify the new WordPress 4.5 link inline toolbar
- Proper way to hook wp_get_attachment_url
- How to install WordPress Popular Posts plugin twice?
- Get the link text
- Multisite plugin development and wp_enqueue_script
- Prevent plugin from deleting important directories
- Is Dreamweaver CS5 a serious choice for theme/plugin development?
- What parameter should I pass to wp_enqueue_style to depend on the themes stylesheet?
- How do I obtain a list of categories assigned to the current post?
- How to set “Site Address (URL)” programmatically on WP multisite?
- creating custom archive template within plugin for custom post type using archive_template filter
- Modify hard-coded conditionals for roles to custom roles
- Reset plugins version cache | pre_set_site_transient_update_plugins
- Add column and post filter for a custom post type field on the edit.php page
- Does wp_login only trigger before an user signs in into the admin panel?
- How to access noticeOperations from withNotices
- How to fetch all images from a WordPress draft using PHP?
- Can’t get woocommerce_get_price_html to work [closed]
- parse content from wikipedia article replacing search term with the title of article
- Fatal error: Uncaught Error: Call to undefined function get_option()
- Strange Situation When Try To Retrieve Github Gist Using wp_remote_get
- Thickbox doesn’t respect dimensions when used in admin [duplicate]
- jQuery does not enqueue for my purpose… (before an inline script in the footer)
- wp_nonce_field displaying twice
- jQuery in WordPress Plugin
- Can I add custom css to an mu-plugin?
- Why is my plugin version 0.1?
- WP Plugin Running before jQuery
- How to include jQuery into my plugin so I can use it on plugin page?
- Prevent WordPress automatically processing certain URL queries
- Apply function to update_option Variable
- insert query on a custom table using ajax with jQuery plugin Jeditable
- WordPress multisite,use same cookies across all website?
- How to check via conditional tags for a single plugin page?
- How to save post meta as an array in Gutenberg?
- WordPress Rest API with rest_do_request, possible race condition?
- Duplicate shipping method logic to another shipping method [closed]
- REST Endpoint API 404
- How to disable a jQuery plugin on WordPress plugin page
- Is it possible to use WP-CLI in a plugin (or theme)?
- How to resize WordPress images on upload to specific height and width without cropping it
- Get section of input passed to the sanitize_callback
- Plugin to create Posts and Forums then choose category and parent forum
- Checking for existing title in custom db query not working
- Adding Permalink to Slides with ‘Simple Nivo Slider’ plugin?
- How to add a new taxonomy link to the admin menu
- Many Single Sites, One Plugin directory – adjust plugins_url()
- insufficient permissions; coding an action for plugin governed by custom capability
- My plugin creates custom widgets, How can I programatically add them to existing sidebar widget areas?
- Include external po file for 3th party plugin to theme
- Adding the image selector/uploader to an admin back page
- setTimeout not working in jquery
- How to know if current plugin is going to be used while rendering the page?
- Dynamically modify content added to table via javascript
- functions won’t fire after I converted my code from procedural code to OOP
- How to prevent wp_insert_post from creating a new post every second?
- How do I show the HTML descrption in wordpress photo gallery for my individual gallery pages?
- Javascript scroll eventHandler only working when I’m logged in in WordPress
- redirect_to how to make it simply work with get parameter or similar?
- cancel place order proccess
- CPT UI and custom database table
- How I can give access to my custom plugin for editor roles user?
- Testing Plugins for Multisite
- Updating a WP Plugin SVN not showing on WordPress Website or Zip
- Download stopped working in 4.7.4
- $wpdb Mysql trigger problem
- WP: adding Javascript to specific woo commerce pages
- Calling dynamic_sidebar in plugin gives error
- How to add chunk of php, html, and sql code to variable an append to $content
- edit-tags.php in plugin admin menu hides when is the active page
- WordPress postboxes On Tabbed Views and Hiding Registered Pages
- Best way to handle a form post in plugin
- Yet another wp_insert_post infinite loop. What is wrong?
- Why does this fail: Disabling plugins enqueue_script() in functions.php
- How To Remove The Filter That Adds JetPack Related Content To Dom [closed]
- Fixing plugin for wpdb::prepare
- Remove text from confirmation message
- Can I use an array to create multiple tables?
- How to set init for maximum script execution, memory limit and max files upload in wordpress