199 Commits

Author SHA1 Message Date
Tetrakern
b967e2a68d Add names to chapter post queries
Might be useful to some.
2024-04-08 01:55:46 +02:00
Tetrakern
edda80552a Exclude super admins from self-deleting 2024-03-19 11:59:26 +01:00
Tetrakern
07d076add7 Add utility for async CSS loading pattern 2024-03-08 12:00:49 +01:00
Tetrakern
5ab0d21f4e Add defer strategy to scripts 2024-03-06 22:06:09 +01:00
Tetrakern
fc7fc2ac2e Update safe title helper parameters
Added the $context parameter and $args, which now also covers $no_filters which hopefully nobody has used yet lol
2024-03-01 12:39:42 +01:00
Tetrakern
38e8db60c2 Move and merge customizer functions 2024-02-15 21:07:02 +01:00
Tetrakern
78a28c9053 Add logic for customize stylesheet 2024-02-15 19:52:38 +01:00
Tetrakern
1fad4ccb8e Add customizer option to fade out header image 2024-02-13 00:04:34 +01:00
Tetrakern
e38ffa05f1 Improve float sanitization 2024-02-12 13:58:11 +01:00
Tetrakern
4447185231 Improve fonts stylesheet cache busting 2024-02-11 14:49:39 +01:00
Tetrakern
9692be9d92 Add actions to toggle fonts 2024-02-10 04:40:25 +01:00
Tetrakern
de211c9d6c Add filters 2024-02-10 01:23:34 +01:00
Tetrakern
2db077797b Catch potentially missing array key 2024-02-09 12:49:57 +01:00
Tetrakern
f250549d5b Fix child theme font paths 2024-02-09 12:44:03 +01:00
Tetrakern
96e904e8c4 Add mechanism to remove fonts 2024-02-08 20:05:22 +01:00
Tetrakern
d58086ae41 Add utility function to validate google links 2024-02-08 17:07:30 +01:00
Tetrakern
67585c37f8 Add google fonts to font data 2024-02-08 15:53:58 +01:00
Tetrakern
6f32c420af Add input for Google Fonts links 2024-02-08 14:40:47 +01:00
Tetrakern
426983df04 Get fonts from child theme 2024-02-08 01:17:06 +01:00
Tetrakern
0b6c8ee464 Add font value quote wrapper utility 2024-02-07 22:14:08 +01:00
Tetrakern
83e0ca217d Apply new font system 2024-02-07 16:40:14 +01:00
Tetrakern
9c293e98a3 Change info.txt logic to font.json 2024-02-07 12:28:49 +01:00
Tetrakern
14a3a6a373 Split up font definitions 2024-02-07 03:05:05 +01:00
Tetrakern
ddfd61cb34 Move building to separate function 2024-02-07 02:43:01 +01:00
Tetrakern
5da049c944 Prototype dynamic font inclusion 2024-02-07 02:22:59 +01:00
Tetrakern
05643cd511 Update utility 2024-02-07 01:36:00 +01:00
Tetrakern
2a35906461 Add utility to get fonts 2024-02-07 00:32:51 +01:00
Tetrakern
affc19f5b8 Code cleanup and remove errant wp_die()
Yikes.
2024-02-06 00:32:15 +01:00
Tetrakern
f8fc8e7217 Remove output buffer from fictioneer_notice 2024-02-04 18:03:40 +01:00
Tetrakern
96fca5b2cc Move nonce plausibility check to backend 2024-02-04 03:06:11 +01:00
Tetrakern
f13f1d40f2 Improve support for logographic writing systems
You can now count characters instead of words and apply a multiplier.
2024-02-03 14:29:44 +01:00
Tetrakern
4e69db569e More paranoid Transient purging
Making sure this will not cause issues with cache problems.
2024-01-30 22:27:14 +01:00
Tetrakern
b90447a134 Fix missing meta cache purges 2024-01-29 18:31:01 +01:00
Tetrakern
ccad4d272d Improve checks for running cache plugin 2024-01-29 17:18:00 +01:00
Tetrakern
f39a259516 Spring cleaning
Renamed and reordered things for more clarity and efficiency.
2024-01-29 17:08:19 +01:00
Tetrakern
b612184729 Count story words for author statistics
And some cleanup.
2024-01-29 13:19:10 +01:00
Tetrakern
f7e25e5008 Change constant for post__(not)_in arguments 2024-01-29 00:00:44 +01:00
Tetrakern
7d8de5260c Move function to append meta fields into utility 2024-01-28 15:31:16 +01:00
Tetrakern
ec5e40e7e1 Fix typo 2024-01-28 00:55:23 +01:00
Tetrakern
995fa50b11 Fix tab sizes in files
How did this even happen?
2024-01-27 21:00:00 +01:00
Tetrakern
5f8cf18064 Simplify author statistics meta cache
It's now refreshed after one hour, which is perfectly reasonable.
2024-01-27 00:49:01 +01:00
Tetrakern
844b4e0ca0 Rename argument for more clarity 2024-01-27 00:30:40 +01:00
Tetrakern
2a0d87d65f Fix story comments broken by last commit 2024-01-26 23:52:16 +01:00
Tetrakern
2065c72815 Fix story data meta cache 2024-01-26 23:30:58 +01:00
Tetrakern
b1d2030621 Cache collection statistics 2024-01-26 23:01:20 +01:00
Tetrakern
365496c807 Remove problematic commit message
Revert revert!
2024-01-26 17:47:24 +01:00
Tetrakern
e00787589d Revert "Unify since version number format"
This reverts commit 8c4b44e41db8454af65ce4a909e0cb12db8828f8.
2024-01-26 17:45:53 +01:00
Tetrakern
89855cca3b Update comment in function 2024-01-26 16:23:48 +01:00
Tetrakern
999f30f82c Improve function to get story chapter posts
Added a switch for smaller ID arrays (< 50) to use post__in instead of a meta query, which should be faster. 50 is a pretty save value... I have been told.
2024-01-26 16:22:07 +01:00
Tetrakern
8c4b44e41d Unify @since version number format
Yes, it bothered me.
2024-01-26 15:51:11 +01:00