PluginProbe
SendWP / 1.2.8
SendWP v1.2.8
trunk 0.0.1 0.0.2 0.0.3 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.1 1.2.10 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3 1.3.1 1.4.4 1.4.5 1.4.6 1.4.8
sendwp / includes / compatibility.php

compatibility.php in SendWP 1.2.8, at includes/compatibility.php

9 lines 288 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 function sendwp_below_php_version_notice() {
4 if ( current_user_can( 'activate_plugins' ) ) {
5 wp_enqueue_style( 'sendwp-notices', plugins_url( 'assets/css/admin/notices.css', dirname( __FILE__ ) ) );
6
7 include plugin_dir_path( __FILE__ ) . 'templates/php-version.html.php';
8 }
9 }