Title: lesteph's Replies | WordPress.org

---

# lesteph

  [  ](https://wordpress.org/support/users/lesteph/)

 *   [Profile](https://wordpress.org/support/users/lesteph/)
 *   [Topics Started](https://wordpress.org/support/users/lesteph/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lesteph/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lesteph/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lesteph/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lesteph/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lesteph/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spots] [Plugin: Spots] Conflicts with other plugins hooking into the_content()](https://wordpress.org/support/topic/plugin-spots-conflicts-with-other-plugins-hooking-into-the_content/)
 *  Thread Starter [lesteph](https://wordpress.org/support/users/lesteph/)
 * (@lesteph)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-spots-conflicts-with-other-plugins-hooking-into-the_content/#post-2854323)
 * Thing is, it’s my own custom sharing buttons plugin (I know, I know…), which 
   just hooks the buttons onto the_content(). So I should be able to add a conditional
   check along the lines of:
 *     ```
       if ( 'spot' != get_post_type() ) {
         ...
       }
       ```
   
 * Will try it out.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Inserting links/bookmarks programmatically via function?](https://wordpress.org/support/topic/inserting-linksbookmarks-programmatically-via-function/)
 *  Thread Starter [lesteph](https://wordpress.org/support/users/lesteph/)
 * (@lesteph)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/inserting-linksbookmarks-programmatically-via-function/#post-1618608)
 * Ah, it looks like you can access the internal admin functions for link manipulation
   including wp_insert_link() by including wp-admin/includes/bookmark.php in the
   script.
 * Odd that there isn’t a public function to do this, as there is for posts/pages?

Viewing 2 replies - 1 through 2 (of 2 total)