I hereby claim:
- I am alpipego on github.
- I am alpipego (https://keybase.io/alpipego) on keybase.
- I have a public key ASB_siigXOpA0FbG4cU40EcWpdrggf0HCd8ud_lW4SCdUAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| { | |
| "folders": | |
| [ | |
| { | |
| "path": "." | |
| } | |
| ], | |
| "build_systems": | |
| [ | |
| { |
| <?php | |
| $wp_include = '../wp-load.php'; | |
| $i = 0; while ( !file_exists( $wp_include ) && $i++ < 10 ) { | |
| $wp_include = "../$wp_include"; | |
| } | |
| require_once( $wp_include ); | |
| header( 'Content-type: text/css; charset=' . get_option( 'blog_charset' ) ); |
| // Disable WordPress version reporting as a basic protection against attacks | |
| function remove_generators() { | |
| return ''; | |
| } | |
| add_filter('the_generator','remove_generators'); | |
| add_filter('the_generator', create_function('', 'return "";')); | |
| remove_action('wp_head', 'rsd_link'); | |
| remove_action('wp_head', 'wlwmanifest_link'); |