Function does not fill zero values (All Import Pro)
-
Hello!
I created the code so as not to fill empty lines when importing
<?php $mass = {column_5[1]}; if ( !empty ($mass)) { echo "<p>Author: ".$mass[0]."</p>"; } ?>It is not right to insert this into the visual editor window. How to correctly create a function to use when importing to not insert empty and zero values?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Function does not fill zero values (All Import Pro)’ is closed to new replies.