Opened 2 years ago

Last modified 2 years ago

#16401 new enhancement

Add hook to delete_theme() on successful delete

Reported by: scottconnerly Owned by:
Priority: normal Milestone: Awaiting Review
Component: Themes Version: 3.0.4
Severity: normal Keywords: subversion has-patch
Cc: scottconnerly, trac@…

Description

Add an action or filter to the end of /wp-admin/includes/theme.php delete_theme()'s processing when the write is successful.

The use case is for managing a Wordpress install on an SVN-controlled server. Whenever the CMS changes a file or folder (particularly in the wp-content folder) I need to be able to trigger an svn commit.

See also Ticket # 16396

Attachments (1)

ticket.16401.diff (410 bytes) - added by ptahdunbar 2 years ago.

Download all attachments as: .zip

Change History (4)

  • Cc scottconnerly added
  • Keywords subversion added

Replying to scottconnerly:

Add an action or filter to the end of /wp-admin/includes/theme.php delete_theme()'s processing when the write is successful.

The use case is for managing a Wordpress install on an SVN-controlled server. Whenever the CMS changes a file or folder (particularly in the wp-content folder) I need to be able to trigger an svn commit.

See also Ticket # 16396

+1

  • Cc trac@… added
  • Keywords has-patch added

ticket.16401.diff adds a new action 'deleted_theme' passing the $template variable as the first parameter.

Note: See TracTickets for help on using tickets.