This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_action('wp_enqueue_scripts', 'my_custom_css'); | |
function my_custom_css(){ | |
wp_enqueue_style( 'cdm-windows-gui-custom', get_stylesheet_directory_uri() . '/sp-client-document-manager/windows.css' ,array('cdm-windows-gui')); | |
} | |
?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_action('wp_enqueue_scripts', 'my_custom_css'); | |
function my_custom_css(){ | |
wp_dequeue_style( 'cdm-windows-gui' ) | |
wp_enqueue_style( 'cdm-windows-gui', get_stylesheet_directory_uri() . '/sp-client-document-manager/windows.css' ); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$out = @fopen($temp_target_path , $chunk == 0 ? "wb" : "ab"); | |
if ($out) { | |
$in = @fopen($_FILES['file']['tmp_name'], "rb"); | |
if ($in) { | |
while ($buff = fread($in, 4096)) | |
fwrite($out, $buff); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<product product-id="97276"> | |
<ean/> | |
<upc/> | |
<unit>each</unit> | |
<min-order-quantity>1</min-order-quantity> | |
<step-quantity>1</step-quantity> | |
<display-name xml:lang="x-default">Organization Portfolio</display-name> | |
<short-description xml:lang="x-default">Keep yourself organized and look good doing it with this two-tone portfolio featuring the Awana corporate logo. | |
| |
<p>&nbsp;</p></short-description> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<product product-id="13303"> | |
<ean/> | |
<upc/> | |
<unit>each</unit> | |
<min-order-quantity>1</min-order-quantity> | |
<step-quantity>1</step-quantity> | |
<display-name xml:lang="x-default">Gray Leader Uniform Blouse - Small</display-name> | |
<store-force-price-flag>false</store-force-price-flag> | |
<store-non-inventory-flag>false</store-non-inventory-flag> | |
<store-non-revenue-flag>false</store-non-revenue-flag> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
#trigger after a file has been downloaded | |
add_action('sp_download_file_after_query', '_custom_cdm_after_email'); | |
#add a setting to to the emails tab | |
add_action('sp_cdm_settings_email','_custom_cdm_email_settings'); | |
#Sends an email to the file owner when downloaded |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<br /> | |
<b>Warning</b>: Illegal string offset 'ID' in <b>/home/aacncont/public_html/wp-content/plugins/pdf-bridge/lib/mpdf/classes/cssmgr.php</b> on line <b>1076</b><br /> | |
<br /> | |
<b>Warning</b>: Cannot assign an empty string to a string offset in <b>/home/aacncont/public_html/wp-content/plugins/pdf-bridge/lib/mpdf/classes/cssmgr.php</b> on line <b>1076</b><br /> | |
<br /> | |
<b>Warning</b>: Illegal string offset 'ID' in <b>/home/aacncont/public_html/wp-content/plugins/pdf-bridge/lib/mpdf/classes/cssmgr.php</b> on line <b>1152</b><br /> | |
<br /> | |
<b>Warning</b>: Illegal string offset 'ID' in <b>/home/aacncont/public_html/wp-content/plugins/pdf-bridge/lib/mpdf/classes/cssmgr.php</b> on line <b>1156</b><br /> | |
<br /> | |
<b>Warning</b>: Illegal string offset 'ID' in <b>/home/aacncont/public_html/wp-content/plugins/pdf-bridge/lib/mpdf/classes/cssmgr.php</b> on line <b>1360</b><br /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if($return['player']['profile_pic'] == ''){ | |
$profile_pic = 'something.jpg'; | |
}else{ | |
$profile_pic = $return['player']['profile_pic']; | |
} | |
echo $profile_pic |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Array | |
( | |
[player] => Array | |
( | |
[player_id] => 42 | |
[player_email] => | |
[name] => Ahmad Imtiaz | |
[position] => LB | |
[height] => 6'0 | |
[weight] => 220 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[player] => Array | |
( | |
[player_id] => 92 | |
[player_email] => | |
[name] => Alex Lawrie | |
[position] => QB | |
[height] => 5'11 | |
[weight] => 190 | |
[hometown] => Ottawa | |
[class] => 2017 |