PluginProbe
Insert Html Snippet / 1.0
Insert Html Snippet v1.0
1.4.6 trunk 1.0 1.0.1 1.1 1.1.1 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.3 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.4 1.4.1 1.4.2 1.4.3 All 27 releases
insert-html-snippet / admin / ajax-backlink.php

ajax-backlink.php in Insert Html Snippet 1.0, at admin/ajax-backlink.php

14 lines 208 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 require( dirname( __FILE__ ) . '../../../../../wp-load.php' );
3 if(!current_user_can('manage_options')){
4 exit;
5 }
6 global $wpdb;
7
8 if($_POST){
9
10 update_option('xyz_credit_link','ihs');
11 }
12
13
14 ?>