Skip to content

Call to undefined function wp_verify_nonce() #5

@jvarn

Description

@jvarn

Although this is working on a couple of live sites, when trying it on localhost using MAMP or Bitnami WP, it throws an error
Call to undefined function wp_verify_nonce();

A suggested workaround involves making sure the required functions are loaded using require_once( ABSPATH .'wp-includes/pluggable.php' );or by hooking into admin_init, which doesn't make sense to me since this runs on the front-end.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions