Compare commits
No commits in common. "e08ba95a3881dbbc1b93b8bf39d662a938e3ffe7" and "ca2a0b3190465206c83c1305120f6943c81e9cc8" have entirely different histories.
e08ba95a38
...
ca2a0b3190
2 changed files with 4 additions and 9 deletions
|
@ -289,13 +289,13 @@ function social_post_defautl_thumbnail( $html, $post_id, $post_thumbnail_id, $si
|
||||||
return $html;
|
return $html;
|
||||||
} */
|
} */
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Remove provider previews.
|
* Remove Reddit as oEmbed provider.
|
||||||
*
|
*/
|
||||||
add_filter( 'embed_oembed_html', 'wp_remove_oembed_providers', 10, 2 );
|
add_filter( 'embed_oembed_html', 'wp_remove_oembed_providers', 10, 2 );
|
||||||
function wp_remove_oembed_providers( $html, $url ) {
|
function wp_remove_oembed_providers( $html, $url ) {
|
||||||
return '<a href="' . esc_url( $url ) . '" rel="noopener noreferrer" target="_blank">' . esc_html( $url ) . '</a>';
|
return '<a href="' . esc_url( $url ) . '" rel="noopener noreferrer" target="_blank">' . esc_html( $url ) . '</a>';
|
||||||
} */
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Add a button to display the number of characters in Title and Content editor;
|
* Add a button to display the number of characters in Title and Content editor;
|
||||||
|
|
|
@ -1215,11 +1215,6 @@ body.home .quote-text p {
|
||||||
#scroll-top-link:hover {
|
#scroll-top-link:hover {
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
}
|
}
|
||||||
@media only screen and (max-width: 767px) {
|
|
||||||
.responsive #scroll-top-link {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#top .av_inherit_color a {
|
#top .av_inherit_color a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue