Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
accelera...
/
includes
/
vendor
/
amp
/
includes
•
File:
amp-frontend-actions.php
•
Content:
<?php namespace AMPforWP\AMPVendor; if ( ! defined( 'ABSPATH' ) ) { exit; } // Callbacks for adding AMP-related things to the main theme add_action( 'wp_head', 'AMPforWP\\AMPVendor\\amp_frontend_add_canonical' ); function amp_frontend_add_canonical() { if ( false === apply_filters( 'amp_frontend_show_canonical', true ) ) { return; } $amp_url = amp_get_permalink( get_queried_object_id() ); printf( '<link rel="amphtml" href="%s" />', esc_url( $amp_url ) ); }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List