1. Question: Which of the following needs to be edited in order to creat the function for the shortcode?

    A
    Index.php

    B
    functions.php

    C
    post.php

    D
    page.php

    Note: Not available
    1. Report
  2. Question: Which of the following arguments are accepted in shortcodes handler function while using shortcode API?

    A
    $atts

    B
    $Content

    C
    $code

    D
    All of the above

    Note: Not available
    1. Report
  3. Question: You want to schedule a backup of your site database but do not have enough permission to access your host. of the following choices can help you perform this task?

    A
    se phpMyAdmin

    B
    Install “wp database backup” plug-in

    C
    Use cron job to schedule.

    D
    Cannot schedule

    Note: Not available
    1. Report
  4. Question: Using ——— is a good way to ensure that a WordPress site is indexed by search engines.

    A
    a sitemap

    B
    robot.txt

    C
    a widge

    Note: Not available
    1. Report
  5. Question: A plug-in must be used in order to allow users to post flash of multimedia files.

    A
    True

    B
    False

    Note: Not available
    1. Report
  6. Question: You created a cookie using JavaScript and want to delete it. How do you do it?

    A
    You can\'t. They are valid until they expire

    B
    Overwrite it with an expiry date in the past

    C
    escape() the value of the path attribute

    D
    unescape() the value of the path attribute

    E
    You will have to remove the cookie file from the client machine

    Note: Not available
    1. Report
  7. Question: Which of the following Regular Expression pattern flags is not valid?

    A
    gi

    B
    p

    C
    i

    D
    g

    Note: Not available
    1. Report
  8. Question: You declared a variable. What value would JavaScript assign to the uninitialized variable?

    A
    NaN

    B
    null

    C
    undefined

    D
    false

    E
    0

    Note: Not available
    1. Report
  9. Question: You have defined an image tag as follows:
    <img id="ERImage" width="100" height="100" onmouseover="ImageChange()"  src="Image1.jpg">
    The purpose of the ImageChange() function is to change the image source to "Image2.jpg". What will the ImageChange() function look like?

    A
    document.getElementById(' ERImage ').src=" Image1.jpg "

    B
    document.getElementById(' ERImage ').src=" Image2.jpg "

    C
    document.getElementById(' ERImage ').style.src=" Image1.jpg "

    D
    document.getElementById(' ERImage ').style.src=" Image2.jpg "

    Note: Not available
    1. Report
  10. Question: Which of the following is true about setTimeOut():

    A
    The statement(s) it executes run(s) only once

    B
    It pauses the script in which it is called

    C
    clearTimeOut() won't stop its execution

    D
    The delay is measured in hundredths of a second

    E
    It is required in every JavaScript function

    Note: Not available
    1. Report
Copyright © 2025. Powered by Intellect Software Ltd