PluginProbe
AMP WP – Google AMP For WordPress / trunk
AMP WP – Google AMP For WordPress vtrunk
1.8.3 1.8.2 1.8.1 1.8.0 1.7.11 1.7.10 1.7.9 1.7.7 1.7.8 1.7.6 1.7.5 1.7.4 1.7.3 1.7.2 1.7.1 1.2.0 1.2.1 1.2.2 1.3.0 1.3.1 1.4.0 1.4.1 1.4.2 1.4.3 1.4.3.1 All 56 releases
amp-wp / includes / index.php

index.php in AMP WP – Google AMP For WordPress trunk, at includes/index.php

12 lines 134 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Silence is golden.
4 *
5 * @package Amp_WP
6 * @subpackage Amp_WP/includes
7 */
8
9 if ( ! defined( 'ABSPATH' ) ) {
10 exit;
11 }
12