pfeifferNet

uninstall.php

Fired when the plugin is uninstalled.

Tags
since
1.0.0
copyright

2024 Keith Pfeiffer

Table of Contents

Functions

delete_post_meta()  : void
Delete post metadata added by this plugin.
delete_user_meta()  : void
Delete user metadata added by this plugin.
delete_term_meta()  : void
Delete taxonomy term metadata added by this plugin.
delete_options()  : void
Delete wp_options entries.

Functions

delete_post_meta()

Delete post metadata added by this plugin.

delete_post_meta() : void
Tags
since
6.1.0

delete_user_meta()

Delete user metadata added by this plugin.

delete_user_meta() : void
Tags
since
6.1.0

delete_term_meta()

Delete taxonomy term metadata added by this plugin.

delete_term_meta() : void
Tags
since
6.1.0

delete_options()

Delete wp_options entries.

delete_options() : void
Tags
since
6.1.0

        
On this page

Search results