use wp_enqueue_script()
to add a js file. I’ve hooked wp_enqueue_scripts
so I can check is_page()
for a specific page.
function ipad_alert() {
if( preg_match('/ipad/i',$_SERVER['HTTP_USER_AGENT']) && is_page(7) ) {
wp_enqueue_script('my_script', get_bloginfo('template_directory') . '/js/my_script.js');
}
}
add_action('wp_enqueue_scripts','ipad_alert');
Related Posts:
- wp_enqueue_script adding conditional statement not working
- Check if first paragraph is an image, then show custom code right after it?
- If post author role is X
- Can a conditional statement apply to part of a slug?
- Add default content to posts in a specific category?
- is_front_page, is_page(‘slug’), is_page(id) not working
- Need help on creating If-statement for custom meta fields
- How to make gravatar.com avatars conditional?
- Loading Scripts on Specific Pages
- Condition function for is parent category?
- Conditional Statement – Best Way to Remove Nav on Contact Page
- Proper syntax for simple conditional bloginfo language
- wordpress is_page() problem
- Location-Based Content
- Personalized message for each unique password-protected page
- Conditional Shortcode image display
- Change Woocommerce order button page on particular page
- Change a url / link if a user is logged in?
- to create own conditional tags for business directory in wp
- How to use “Cases” instead of “IFs” for conditional logic
- Which is the better way to write a conditional statement? [closed]
- Nested conditionals
- Is there a way to password-protect part of a post?
- if/Else have_posts Else fails to echo message to page
- Conditonal statement for iPad
- Return function only on certain pages
- How to write this conditional statement?
- Conditional for Custom Post Types
- Date-Based Conditional Tag
- Show this code if user has previously left a comment
- Insert a conditional in the middle of a function to give it 2 different outcomes
- How can I use ‘edit_form_after_title’ conditionally?
- Force Log in to view a page
- Conditional loading of CSS for my plugin
- Looks like this if condition is not working [closed]
- Generating images from an array of categories
- WP conditional site logo and header block
- How to know if the most recent article
- Widget logic conditional widget
- How to display image on condition that a selection has been made
- How to Conditionally Not Display a Link Based on Current URL?
- Allow users to only CREATE one single (custom) post
- If statement to check for post_content
- why is my custom loop failing?
- Conditional sidebar menu
- What is the best way to disable my WP website if the user has adblocker on? [closed]
- Enqueue Scripts / Styles when shortcode is present
- Loading scripts only if a particular shortcode or widget is present
- How to conditionally enqueue a stylesheet only for a certain page(s)?
- How do I place content on archive pages but not on main page?
- Show different different menu in theme_location depending on x
- meta content on required pages
- Checking if a Page has an Associated Term?
- Conditional Ajax inclusion
- different child theme for subdomain
- Search result conditonal tag
- Conditionally set post_content in wp_insert_post
- functions.php conditional tag – only show in single.php?
- How to Add Javascript Only When a Function Exists?
- How do display simple page for printing product info? [closed]
- Duplicating Table of Contents for Paginated Post
- How to not show post_thumbnail from specific category for not logged users
- Conditional display for custom fields/taxonomy
- WP for main site and two blogs – implementation
- How can I detect hierarchal relationships beyond children (grandchild, great-grandchild, etc)?
- Cluster WooCommerce products in each Category Archive by Tags assigned to products
- Creating conditional to display taxonomy term meta
- Is_front_page inside header.php is always returning true
- Adding a template part as part of a shortcode
- is_main_site() Always Returns True
- PHP conditional script issue
- Conditionals if tags exist?
- Where do you add code in custom fuctions so it works on a specific page?
- Conditional Fields for Contact Form 7 not working and displaying [/group] in output
- Conditional/Check: IF author has no First Name THEN
- award points to a user each time they update their cpt post
- Home Page Template – Specific Category
- Limit page template choice by page title or ID?
- Why is the `if else` not working?
- Check if has pages?
- Do not run this code on posts with a specific tag!
- How to display conditional menus with Twenty-twenty two theme (and other new block themes)?
- can you help review CCCP (Conditional Cookie Content Post) and help to create a block?
- Use modulo condition in ACF repeater Field
- Change Login or Logout text based on status
- choose selected for select option with condition [closed]
- Add filter conditionally to a page
- Understanding and using did_action() in a conditional statement
- Display content based on Author Custom Post type
- Jetpack: Display Site Title when no Site Logo
- Best Method to Switch Between Terms (Custom Taxonomy)
- How to make a hyperlink conditional according to whether you are logged in or not
- Different titles for static, posts, and every xy page
- Hide a nav menu item based on get_user_meta results
- How do I reformat this to add php inside php?
- A conditional button
- Is There a Way to Schedule URL to Content Updates?
- Change page content based on dropdown selection
- Dynamic Buttons According to URL parameter
- Display a block conditionally based on user input button