• jacobtrock

    (@jacobtrock)


    Suddently commands like:
    wp_get_post_terms()
    wp_get_post_tags()
    get_the_author_meta()

    are not working while

    get_post_data()

    still works.

    Commands worked before last WP update.
    Any similar experiences with this issue, and idea how to fix?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • When you say it “doesn’t work”, what does that mean? Is it saying the function isn’t defined Is it not doing what you expected?

    Thread Starter jacobtrock

    (@jacobtrock)

    I am getting following response like:
    Fatal error: Uncaught Error: Call to undefined function wp_get_object_terms()

    Definitely not a common thing about updating your Core version. It sounds like something may have gotten corrupted. I’d start by installing a fresh copy of version 6.1 and seeing if it just resolves itself.

    Thread Starter jacobtrock

    (@jacobtrock)

    Hi Jason
    Thnx for helping. Reinstalling new version from Control Panel (/wp-admin/update-core.php? ) did not help.

    I just have to do without wp functions and hard code in PHP instead.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Call to WP functions not working’ is closed to new replies.