PluginProbe
Bookit — Booking & Appointment Calendar / 2.6.0.5
Bookit — Booking & Appointment Calendar v2.6.0.5
2.6.0.5 2.6.0.4 2.6.0.3 2.6.0.2 2.6.0.1 2.6.0 trunk 1.2 1.2.2 1.2.3 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 All 62 releases
bookit / includes / conflux.php

conflux.php in Bookit — Booking & Appointment Calendar 2.6.0.5, at includes/conflux.php

12 lines 498 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 add_action( 'admin_footer', 'stm_bookit_render_feature_request' );
3
4 function stm_bookit_render_feature_request() {
5 wp_enqueue_style( 'bookit-conflux-css', BOOKIT_URL . 'assets/dist/dashboard/css/conflux.css', array(), BOOKIT_VERSION );
6
7 echo '<a id="bookit-feature-request" href="#" target="_blank" style="display: none;">
8 <img src="' . esc_url( BOOKIT_URL . '/assets/images/conflux/feature-request.svg' ) . '">
9 <span>Create a roadmap with us:<br>Vote for next feature</span>
10 </a>';
11 }
12