I plugin di WordPress consentono una facile modifica, personalizzazione e miglioramento di un blog WordPress. Invece di modificare la programmazione di base di WordPress, puoi aggiungere funzionalità con i plugin di WordPress.
OK Codice completo: <?php //check to see whether the user is an admin or not. if (is_admin()) { function wpsc_display_products_seo(){ global $wpdb; $productList = $wpdb->get_results("SELECT * FROM " . WPSC_TABLE_PRODUCT_LIST . " ORDER BY name ASC"); echo get_admin_page_parent(); $path = 'admin.php?page=wpsc_product_seo_details'; $url = admin_url($path); ?> <h2><?php _e('Products List','wpsc'); ?></h2> <p>Below …
Esiste un'API che posso chiamare, all'interno del mio plug-in, per determinare la versione del plug-in? Voglio solo che il mio plug-in emetta un commento HTML con il proprio numero di versione ... a fini diagnostici.
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.