• Very quick question. Is there a function that returns the version of WP that is installed? I can’t find one, but I thought I’d check here.
    Thanks 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Jez

    (@jez)

    Yep it works. Thanks a lot 🙂


    $wp_version is the variable.
    assigned in wp/wp-includes/version.php
    bloginfo(); may also work (seen in other post)
    <?php bloginfo('version'); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Function to get WP version’ is closed to new replies.