golden hour
/home/doctorbruno/public_html/chennai-copper-kettle.com/wp-content/plugins/page-links-to/inc
⬆️ Go Up
Upload
File/Folder
Size
Actions
functions.php
302 B
Del
OK
Edit: functions.php
<?php defined( 'WPINC' ) or die; /** * Returns the original URL of the post. * * @param null|int|WP_Post $post The post to fetch. * @return string The post's original URL. */ function plt_get_original_permalink( $post = null ) { return CWS_PageLinksTo::get_instance()->original_link( $post ); }
Save