How could I setup a block hook that places itself exactly halfway down a post?
In Ad Inserter it’s easy to setup paragraph as 0.5 and it will always place exactly halfway, but I don’t want to use an additional plugin just to accomplish that.
Block/Hook Element uses Action Hooks, which are a function that has to be baked into the theme templates (WP/Plugins code) so they don’t exist within your post content.
There are ways to do it by using a filter hook ie. the_content hook – see example here: