PHP Classes

File: functions.php

Recommend this page to a friend!
  Classes of Mostafa Soufi   LibWP   functions.php   Download  
File: functions.php
Role: Example script
Content type: text/plain
Description: Wordpress functions.php
Class: LibWP
Provide additional functionality within Wordpress
Author: By
Last change: include('inc/libwp.class.php')
to:
include('libwp.class.php');
Date: 11 years ago
Size: 61 bytes
 

Contents

Class file image Download
<?php
   
include('libwp.class.php');
   
$lib = new LibWP();
?>