| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/engineering/wp-content/themes/bidnis/inc/ |
Upload File : |
<?php /** * Various changes to WordPress functions * * @package Bidnis * @since Bidnis 1.0 */ /** * Filter for body classes */ require get_template_directory() . '/inc/filters/body-class.php'; /** * Filter for edit_post_link() */ require get_template_directory() . '/inc/filters/edit-post-link.php'; /** * Filter for the get_the_archive_title function */ require get_template_directory() . '/inc/filters/get-the-archive-title.php'; /** * Filter for the end of excerpts */ require get_template_directory() . '/inc/filters/excerpt-more.php'; /** * Filter for the post thumbnail html */ require get_template_directory() . '/inc/filters/post-thumbnail-html.php'; /** * Filter for the post title */ require get_template_directory() . '/inc/filters/post-title.php';