mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-06 02:45:43 +03:00
Remove shortcode, add button & dialog by hooking into actions
This commit is contained in:
parent
a67ef04505
commit
04d1a12296
6 changed files with 88 additions and 94 deletions
13
plugins/wporg-5ftf/views/button-request-manage-link.php
Normal file
13
plugins/wporg-5ftf/views/button-request-manage-link.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
namespace WordPressDotOrg\FiveForTheFuture\View;
|
||||
|
||||
defined( 'WPINC' ) || die();
|
||||
|
||||
?>
|
||||
<div class="edit-pledge-wrapper">
|
||||
<button id="toggle-management-link-form" class="button button-link">
|
||||
<span class="dashicons dashicons-edit" aria-hidden="true"></span>
|
||||
<?php esc_html_e( 'Edit Pledge', 'wporg-5ftf' ); ?>
|
||||
</button>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue