[wp-trac] [WordPress Trac] #40412: Filter for theme actions to add extra buttons.

WordPress Trac noreply at wordpress.org
Tue Apr 11 10:52:36 UTC 2017


#40412: Filter for theme actions to add extra buttons.
-----------------------------+-----------------------------
 Reporter:  Mahesh901122     |      Owner:
     Type:  feature request  |     Status:  new
 Priority:  normal           |  Milestone:  Awaiting Review
Component:  Themes           |    Version:  4.7.3
 Severity:  normal           |   Keywords:
  Focuses:  administration   |
-----------------------------+-----------------------------
 In theme preview window we not have any filter to add extra buttons.

 > Not major. We'll add this with JS.

 -----

 In file `\wp-admin\themes.php`
 {{{
 echo implode( ' ', $current_theme_actions );
 }}}

 Maybe like this:
 {{{
 echo implode( ' ', apply_filters( 'wp_current_theme_actions',
 $current_theme_actions ) );
 }}}

 Screenshot:

 [[Image(http://bsf.io/-dxku)]]

--
Ticket URL: <https://core.trac.wordpress.org/ticket/40412>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list