Par ordre alphabétique des artistes
- Amoureux de ma femme
- Et j'entends siffler le train
- Céline
<?php | |
/* | |
Plugin Name: WPG Environment Informations | |
Description: WPG Environment Informations | |
Version: 0.1.0 | |
*/ | |
namespace Globalis\EnvironmentInfo; | |
add_action('admin_bar_menu', __NAMESPACE__.'\\add_environment_info', 10); |
<?php | |
/* | |
Plugin Name: ACF Before Title | |
Description: Adds a choice "High (before title) to ACF field groups position drop-down" | |
Author: Pierre Dargham | |
Author URI: https://github.com/pierre-dargham/ | |
Version: 1.0 | |
*/ |
% Author: Pierre Dargham | |
% Author-URI : https://github.com/pierre-dargham | |
declare | |
fun {Board Width} | |
proc {Script Solution} | |
% Board and Cells |
% Author: Pierre Dargham | |
% Author-URI : https://github.com/pierre-dargham | |
declare | |
fun {Transport Fleet Number DailyDelayCost} | |
% Types of ships | |
Types = {Record.arity Fleet} | |
proc {Script Solution} |
/** | |
* Function that returns an array containing the IDs of the featured products. | |
* | |
* @since 2.0 | |
* @access public | |
* @return array | |
*/ | |
function woo_get_featured_product_ids() { | |
// Load from cache | |
$featured_product_ids = get_transient( 'wc_featured_products' ); |