What is the best way to add php to the edit link?
For example: insert <?php echo of_get_option('dappo_actionbtncolor', 'dappblue' ); ?> into the span tag of <?php edit_post_link( __( 'Edit this', 'mytheme' ), '<span class="edit-link">', '</span>' ); ?>
