remove "Bildrechte" Button
This commit is contained in:
parent
8145a97759
commit
d379401758
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Plugin Name: Image-Rights HTML-Generator
|
||||
* Description: WordPress Plugin, Fügt einen Button hinzu, um Bildrechte zu bearbeiten und als HTML-Snippet in die Bildbeschriftung einzufügen.
|
||||
* Version: 1.1
|
||||
* Version: 1.2
|
||||
* Author: Joachim Happel
|
||||
* Author URI: https://codeberg.org/johappel
|
||||
*/
|
||||
|
@ -57,8 +57,6 @@ function irhg_add_modal() {
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<button id="openModal">Bildrechte</button>
|
||||
|
||||
<?php
|
||||
}
|
||||
add_action( 'admin_footer', 'irhg_add_modal' );
|
||||
|
|
Loading…
Reference in a new issue