[ Index ] |
WordPress Cross Reference |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 Plugin Name: Azigen 4 Version: 0.1 5 Plugin URI: http://azigen.hu 6 Description: Ez a plugin generálja a magyar WordPress Planet widgetet, meg az idézetest 7 Author: DjZoNe 8 Author URI: http://djz.hu/ 9 */ 10 11 function azigen_install() 12 { 13 $widget_options['dashboard_primary'] = array( 14 'link' => apply_filters( 'dashboard_primary_link', __( 'http://napsugar.net/' ) ), 15 'url' => apply_filters( 'dashboard_primary_feed', __( 'http://feeds.feedburner.com/idezetek' ) ), 16 'title' => apply_filters( 'dashboard_primary_title', __( 'A napi lélekmelegítőd' ) ), 17 'items' => 1, 18 'show_summary' => 1, 19 'show_author' => 1, 20 'show_date' => 1 21 ); 22 23 $widget_options['dashboard_secondary'] = array( 24 'link' => apply_filters( 'dashboard_secondary_link', __( 'http://azigen.hu/category/tech/wordpress/' ) ), 25 'url' => apply_filters( 'dashboard_secondary_feed', __( 'http://feeds.feedburner.com/WordpressPlanet' ) ), 26 'title' => apply_filters( 'dashboard_primary_title', __( 'Magyar WordPress Planet' ) ), 27 'items' => 3, 28 'show_summary' => 1, 29 'show_author' => 1, 30 'show_date' => 1 31 ); 32 33 update_option('dashboard_widget_options', $widget_options); 34 } 35 36 add_action('activate_azigen/azigen.php', 'azigen_install');
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 25 01:41:18 2014 | WordPress honlapkészítés: online1.hu |