Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




add_cssclass [ WordPress Function ]

add_cssclass ( $add, $class )
Defined at:



No description yet.

Source


<?php
function add_cssclass($add$class) {
    
$class = empty($class) ? $add $class .= ' ' $add;
    return 
$class;
}
?>

Examples [ wp-snippets.com ]

Top Google Search Results

More ...

User discussions [ wordpress.org ]

0 User Note(s)

None yet. Be the first!

Add New ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics