$valid['footer']=(isset($input['footer'])&&!empty($input['footer']))?htmlspecialchars($input['footer'],ENT_QUOTES):"<br /><center><hr/><em>Posted from my blog with <a href='https://wordpress.org/plugins/steempress/'>SteemPress</a> : [%original_link%] </em><hr/></center>";
<inputtype="checkbox"id="<?phpecho$this->plugin_name;?>-seo"name="<?phpecho$this->plugin_name;?>[seo]"<?phpecho$options['seo']=="off"?'':'checked="checked"'?>> Add the footer text to the end of the article.<br>
<inputtype="checkbox"id="<?phpecho$this->plugin_name;?>-featured"name="<?phpecho$this->plugin_name;?>[featured]"<?phpecho$options['featured']=="off"?'':'checked="checked"'?>> Add featured images on top of the steem post.<br>
<inputtype="checkbox"id="<?phpecho$this->plugin_name;?>-update"name="<?phpecho$this->plugin_name;?>[update]"<?phpecho$options['update']=="off"?'':'checked="checked"'?>> Update the steem post when updating on wordpress.<br>
<!--<input type="checkbox" id="<?phpecho$this->plugin_name;?>-update" name="<?phpecho$this->plugin_name;?>[update]" <?phpecho$options['update']=="off"?'':'checked="checked"'?>> Update the steem post when updating on wordpress.<br>-->
<br/>
...
...
@@ -156,7 +158,10 @@
Two way integration : <br/>
These options are related to how the plugin will pull payout data and comments onto your wordpress blog. <br/>
<?php
echo"<input type='checkbox' id='".$this->plugin_name."-twoway' name='".$this->plugin_name."[twoway]' ".($options['twoway']=="on"?"checked='checked'":"")."> Activate two way integration (BETA) ";
echo"<input type='checkbox' id='".$this->plugin_name."-twoway' name='".$this->plugin_name."[twoway]' ".($options['twoway']=="on"?"checked='checked'":"")."> Activate two way integration (BETA) <br/>";
echo"<input type='checkbox' id='".$this->plugin_name."-twoway-front' name='".$this->plugin_name."[twoway-front]' ".($options['twoway-front']=="on"?"checked='checked'":"")."> Display the two way integration in the front page.";
submit_button('Save all changes','primary','submit',TRUE);?>