How to display selected days using MultiDatesPicker v1.6.3 for jQuery UI (Dates Picker)
See http://multidatespickr.sourceforge.net/ for the references. Copy and paste the code below.
See http://multidatespickr.sourceforge.net/ for the references. Copy and paste the code below.
WordPress media library upload restriction, just copy the code below to your functions.php Or install this plugin to do the task WDES User Upload Restriction – https://wordpress.org/plugins/wdes-user-upload-restriction/.
How to get current post/page/custom post type post data (ID, Post Name, Post Title, Etc.) in init action? If you have something to get in your current page and don’t know how to get the current post ID, post name, post type, post content, and many more, the codes below is the solution. Using init…
The7 social network share button open new window instead of new tab. Copy the codes below to your JS file.
How to get the parameter value or key value on the the window location (page URL)? If you have this URL “examplesite.com/?debug=1” and thinking how to get the value of debug parameter, the codes below is the answer.