dolly_css()


Description Description


Source Source

File: wp-content/plugins/hello.php

63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
// This makes sure that the positioning is also good for right-to-left languages
$x = is_rtl() ? 'left' : 'right';
 
echo "
<style type='text/css'>
#dolly {
    float: $x;
    padding-$x: 15px;
    padding-top: 5px;      
    margin: 0;
    font-size: 11px;
}
.block-editor-page #dolly {
    display: none;
}
</style>

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.