digitalblahblah
Customer
Hello
Im just migrating from VBSEO to DBSEO and have a quick question. I use a custom plugin to change the output of the canconical tag to have a -all.html at the end. We basically serve google a page which shows all the replies on one page.
This was easy in VBSEO I just had a hook on global_complete which did a str_replace on $output.
However I am struggling to manipulate $output with DBSEO as the execution order for the DBSEO hook is '65535' which i can't make higher for my plugin. The only solution I can think of is lower 65535 to 65534 but this feels a bit wrong.
Is there a better approach?
Im just migrating from VBSEO to DBSEO and have a quick question. I use a custom plugin to change the output of the canconical tag to have a -all.html at the end. We basically serve google a page which shows all the replies on one page.
This was easy in VBSEO I just had a hook on global_complete which did a str_replace on $output.
However I am struggling to manipulate $output with DBSEO as the execution order for the DBSEO hook is '65535' which i can't make higher for my plugin. The only solution I can think of is lower 65535 to 65534 but this feels a bit wrong.
Is there a better approach?