=' ) AND in_array( $pagenow, array( 'post.php', 'page.php', 'post-new.php', 'post-edit.php' ) ) ) { $img = ''; $output = ' ' . $img . __( 'Add Donation', 'hg-stripe-donate' ) . ''; } echo $output; } add_action( 'media_buttons', 'hg_stripe_donation_button', 11 ); // MEDIA BUTTON FUNCTIONALITY function hg_stripe_donation_admin_footer_for_thickbox() { global $pagenow, $typenow, $wp_version; if ( version_compare( $wp_version, '3.5', '>=' ) AND in_array( $pagenow, array( 'post.php', 'page.php', 'post-new.php', 'post-edit.php' ) ) ) { ?>