PHP Classes

File: resources/wordpress-template.php

Recommend this page to a friend!
  Classes of Francesco Danti   ATK Wordpress Plugin   resources/wordpress-template.php   Download  
File: resources/wordpress-template.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: ATK Wordpress Plugin
Components to build WordPress plugins
Author: By
Last change:
Date: 1 month ago
Size: 99 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

get_header();

echo
do_shortcode('[page-active]');

get_footer();