7.4.Remove an entry

7.4.Remove an entry

Removes one or more entries from the Administrator Exclusive Allow List by their numeric ID.

wp admintools ipallow remove <id>...

<id>...

One or more entry IDs to remove.

Examples

Remove a single entry:

wp admintools ipallow remove 1

Remove multiple entries:

wp admintools ipallow remove 1 2 3

Sample output

Success: 1 Allow List entry/entries removed.