AMP: Atribut dari amp-custom
Tidak Muncul
#186
Answered
by
taufik-nurrohman
yuliakbard
asked this question in
Q&A
-
if ($path = File::exist(__DIR__ . '/asset/css/index.min.css')) {
Asset::style(content($path), 20);
} kang, attribute amp-custom tidak muncul jika css nya dipanggil menggunakan kode diatas |
Beta Was this translation helpful? Give feedback.
Answered by
taufik-nurrohman
Jan 31, 2022
Replies: 1 comment 4 replies
-
Coba prioritas kait |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
yuliakbard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Coba prioritas kait
content
ditinggikan. Misal:Hook::set('content', function($content) {}, 999)
.