Working on a custom footer with GPPro. Have a grid with two columns 50/50. <p in each column. In left column, trying to invoke the copyright-bar capability to display the copyright emblem, current year and custom text. Have inspected the code implementation in a standard footer (which I’ll be eliminating with the custom footer using the footer hook). Could use a helping hand to implement this.
You are using a block element - hook (before_footer), you just need to change the block element’s type to Site footer instead of Hook, then you will be able to use blocks to build the copyright bar.