PHP Classes

File: CoffeeCMS/contents/themes/cfnews/shortcodes.php

Recommend this page to a friend!
  Classes of James Brows   Coffee CMS   CoffeeCMS/contents/themes/cfnews/shortcodes.php   Download  
File: CoffeeCMS/contents/themes/cfnews/shortcodes.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Coffee CMS
Content management system using MVC based themes
Author: By
Last change:
Date: 2 years ago
Size: 309 bytes
 

Contents

Class file image Download
<?php


add_hook
('aznews_newrow');


function
aznews_newrow($inputData)
{
   
$listShortCodeData=parse_shortcode_data('aznews_newrow',$inputData);

   
$total=count($listShortCodeData);

   
$result='';

    if((int)
$total > 0)
    {
       



       
$inputData=$result;
    }

    return
$inputData;
}