51 | | <?php endif; ?> |
| 51 | <?php endif; |
| 52 | |
| 53 | /** |
| 54 | * Fires at the end of the themes panel header in the customizer. |
| 55 | * |
| 56 | * Themes can insert informational links or other information here if required. |
| 57 | * Links should be styled as links, not buttons, and must not navigate the user |
| 58 | * away from the customizer in the current window. |
| 59 | * |
| 60 | * @since 4.7.0 |
| 61 | * |
| 62 | * @param WP_Customize_Manager $this WP_Customize_Themes_Section instance. |
| 63 | */ |
| 64 | do_action( 'customize_themes_panel_header', $this ); |
| 65 | ?> |