芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/wordfence/views/common/modal-prompt.php
, 'label' =>
, 'link' =>
) * @var array $secondaryButtons The parameters for any secondary buttons. It is an array of arrays in the format array('id' =>
, 'label' =>
, 'link' =>
, 'target' =>
, 'rel' =>
). The ordering of entries is the right-to-left order the buttons will be displayed. * @var string $progressIndicator The ID for a progress indicator to the left of all buttons. Optional. */ if (!isset($titleHTML)) { $titleHTML = esc_html($title); } if (!isset($messageHTML)) { $messageHTML = esc_html($message); } if (!isset($secondaryButtons)) { $secondaryButtons = array(); } $secondaryButtons = array_reverse($secondaryButtons); ?>