PluginProbe
Phone Button / 2.0.0
Phone Button v2.0.0
trunk 1.0.0 1.0.1 1.0.3 1.1.0 1.1.1 2.0.0 2.1.0 2.1.1 2.1.2
phone-button / include / settings.php

settings.php in Phone Button 2.0.0, at include/settings.php

6 lines 135 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
2 <?php
3
4 global $wpdb;
5 $wp_options_name = "yydev_phone_btn";
6 ?>