Login   Register  
PHP Classes
elePHPant
Icontem

File: functions.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2012-07-17 15:02
Size: 61 bytes
 

Contents

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