18 Commits

Author SHA1 Message Date
Tetrakern
5972e85ff3 Added args to fictioneer_body and fictioneer_site hooks 2024-09-21 09:48:02 +02:00
Tetrakern
c384de6e01 Reduce PHP/HTML mode-switch overhead
Probably impossible to notice, but still.
2024-05-17 12:29:52 +02:00
Tetrakern
eb99492f12 Hook all head actions into wp_head
Cleaner implementation, easier to customize.
2024-05-17 10:42:44 +02:00
Tetrakern
d598514a3f Use wp_robots_no_robots filter if required 2024-05-17 10:32:48 +02:00
Tetrakern
f55425610c Even more multi-site registration crap
Seriously!
2024-05-16 20:35:05 +02:00
Tetrakern
5b911b250a Catch null args 2024-05-16 19:37:12 +02:00
Tetrakern
de863a6504 Add page wrapper to wp-signup 2024-05-16 14:27:37 +02:00
Tetrakern
21fed199cb Split up head meta function 2024-02-07 23:25:05 +01:00
Tetrakern
b65e8ccea1 Replace fictioneer_get_field with get_post_meta
This wrapper made sense at some point in the past, now it was just unnecessary overhead.
2023-11-30 16:03:53 +01:00
Tetrakern
6fc9a8d3af Add scrolled-top-top body class and script 2023-11-24 00:44:08 +01:00
Tetrakern
8fe2fdfc01 Add some dev and debug tools
Depends on WP_DEBUG being true.
2023-08-27 22:15:43 +02:00
Tetrakern
37ba9480d4 Clean up some more comments 2023-08-20 01:12:49 +02:00
Tetrakern
8bf1ab8a2d Account for page/post ID mismatch 2023-08-04 00:54:41 +02:00
Tetrakern
fefa1d762c Use null as ID on generated pages 2023-08-03 19:55:33 +02:00
Tetrakern
6b6b16ab5e Better assignment of post ID for current page 2023-08-03 17:03:48 +02:00
Tetrakern
52b61e2a15 Move fiction CSS to action
Makes it possible to disable this.
2023-07-24 23:07:57 +02:00
Tetrakern
2748733e7e Move modals to wp_footer hook
This may or may not improve performance due to the sibling selectors used.
2023-06-08 21:30:25 +02:00
Tetrakern
9136947e4c Clean history for public release 2023-01-21 01:31:34 +01:00