Title: norths's Replies | WordPress.org

---

# norths

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AdVert] Triggered fatal error](https://wordpress.org/support/topic/triggered-fatal-error-4/)
 *  Plugin Author [norths](https://wordpress.org/support/users/norths/)
 * (@norths)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/triggered-fatal-error-4/#post-6816997)
 * Did the other [support post](https://wordpress.org/support/topic/plugin-could-not-be-activated-because-it-triggered-a-fatal-error-294)
   you replied to fix your issue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AdVert] Advert location widget breaks my sidebar completely](https://wordpress.org/support/topic/advert-location-widget-breaks-my-sidebar-completely/)
 *  Plugin Author [norths](https://wordpress.org/support/users/norths/)
 * (@norths)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/advert-location-widget-breaks-my-sidebar-completely/#post-6691949)
 * I am unable to duplicate the issue described and user is unable to provide additional
   information for troubleshooting.
 * Marking as resolved. If anyone else receives a similar issue, please allow me
   to work with you and figure out a resolution for the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AdVert] Plugin could not be activated because it triggered a fatal error.](https://wordpress.org/support/topic/plugin-could-not-be-activated-because-it-triggered-a-fatal-error-294/)
 *  Plugin Author [norths](https://wordpress.org/support/users/norths/)
 * (@norths)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/plugin-could-not-be-activated-because-it-triggered-a-fatal-error-294/#post-6719794)
 * What are your:
    - WordPress version
    - AdVert version
    - PHP version
 * If your using a PHP version below 5.4 you might receive this syntax error.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AdVert] Advert location widget breaks my sidebar completely](https://wordpress.org/support/topic/advert-location-widget-breaks-my-sidebar-completely/)
 *  Plugin Author [norths](https://wordpress.org/support/users/norths/)
 * (@norths)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/advert-location-widget-breaks-my-sidebar-completely/#post-6691930)
 * I may need more information, but just wanted you to know I am reviewing the issue
   you described.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Plugin Load order](https://wordpress.org/support/topic/plugin-load-order/)
 *  [norths](https://wordpress.org/support/users/norths/)
 * (@norths)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/plugin-load-order/#post-6342041)
 * I’m not familiar with the particular plugins, but maybe this will help (if you
   want to look at the code).
 * There is a filer called “the_content” that some plugins use to hook into the 
   content before its displayed. Meaning, plugins are able to add/remove from the
   content using this filter.
 * Depending on the plugin, they can choose to set the priority of this filter, 
   and this could be helpful with the load priority issue you describe. So if you
   really wanted this changed, you would need to modify one of the plugins “the_content”
   filters priority.
 * This is what the filter would look like (example):
    `add_filter( 'the_content','
   my_the_content_filter', 10 );`
 * The number is the priority level and the lower the number, the higher the priority.
 * > Please note, if you do opt to go this route and either plugin has an update,
   > it will remove your changes that you’ve made.

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