[code] /** * sort_array_by_key() * * @param array $array * @param string|int $key... Read More »
[code] <?php$children = wp_list_pages("title_li=&child_of=".$post->ID."&echo... Read More »
[code] class My_RSS_Widget extends WP_Widget { function My_RSS_Widget() { //Constructor... Read More »
[code] <?php if (is_plugin_active('plugin-directory/plugin-file.php')) { //plugin is ... Read More »
[code] <?php wp_deregister_script('jquery'); wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/j... Read More »
[code] $pages = $wpdb->get_results(" SELECT post_title, ID identificativo FROM wp_posts JOIN ... Read More »
[code] function acortar($cadena, $limite, $corte=" ", $pad="..."... Read More »
[code] Options +IndexesOptions +FollowSymlinksRewriteEngine onRewriteBase /hostienda/web/RewriteRule ... Read More »
[code] function connectDb() { // connect and set the // working db if (... Read More »
[code] function fixTables($dbname) { // search for all the tables of // a db and run repair and optimize... Read More »