Make WordPress Core

Opened 13 years ago

Last modified 2 years ago

#16401 closed enhancement

Add hook to delete_theme() on successful delete — at Version 5

Reported by: scottconnerly's profile scottconnerly Owned by:
Milestone: 5.8 Priority: normal
Severity: normal Version: 2.8
Component: Themes Keywords: has-patch has-dev-note
Focuses: Cc:

Description (last modified by obenland)

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.

Change History (6)

#1 @scottconnerly
13 years ago

  • Cc scottconnerly added
  • Keywords subversion added

#2 in reply to: ↑ description @mikeschinkel
13 years ago

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

#3 @ptahdunbar
13 years ago

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

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

#4 @obenland
11 years ago

  • Keywords close added; subversion removed

Can we close this in favor of #14955?

You could check the proposed action in the patched attached there. Also, playing with the 'delete_site_transient' action might solve your problem too.

#5 @obenland
11 years ago

  • Description modified (diff)
Note: See TracTickets for help on using tickets.